
<     table = fib6_get_table(net, tb_id);
---
>     table = fib6_get_table(net, tb_id);
>     if (table == NULL) {
>         pr_err("Failed to get IPv6 table for tb_id %u\n", tb_id);
>         return -EINVAL;
>     }
