tbid             4653 net/core/filter.c 		u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN;
tbid             4656 net/core/filter.c 		tb = fib_get_table(net, tbid);
tbid             4775 net/core/filter.c 		u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN;
tbid             4778 net/core/filter.c 		tb = ipv6_stub->fib6_get_table(net, tbid);
tbid             3222 net/ipv6/route.c 			       const struct in6_addr *gw_addr, u32 tbid,
tbid             3233 net/ipv6/route.c 	table = fib6_get_table(net, tbid);
tbid             3255 net/ipv6/route.c 	u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN;
tbid             3260 net/ipv6/route.c 	err = ip6_nh_lookup_table(net, cfg, gw_addr, tbid, 0, &res);