fib_new_table     207 include/net/ip_fib.h extern struct fib_table *fib_new_table(struct net *net, u32 id);
fib_new_table     481 net/ipv4/fib_frontend.c 				tb = fib_new_table(net, cfg.fc_table);
fib_new_table     614 net/ipv4/fib_frontend.c 	tb = fib_new_table(net, cfg.fc_table);
fib_new_table     690 net/ipv4/fib_frontend.c 		tb = fib_new_table(net, RT_TABLE_MAIN);
fib_new_table     692 net/ipv4/fib_frontend.c 		tb = fib_new_table(net, RT_TABLE_LOCAL);
fib_new_table     127 net/ipv4/fib_rules.c 			return fib_new_table(net, id);