fib6_new_table 186 include/net/ip6_fib.h extern struct fib6_table *fib6_new_table(struct net *net, u32 id); fib6_new_table 165 net/ipv6/fib6_rules.c if (fib6_new_table(net, rule->table) == NULL) { fib6_new_table 1116 net/ipv6/route.c table = fib6_new_table(net, cfg->fc_table);