Searched refs:tbid (Results 1 – 2 of 2) sorted by relevance
/net/core/ |
D | filter.c | 5447 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv4_fib_lookup() local 5451 tbid = params->tbid; in bpf_ipv4_fib_lookup() 5453 params->tbid = 0; in bpf_ipv4_fib_lookup() 5456 tb = fib_get_table(net, tbid); in bpf_ipv4_fib_lookup() 5589 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv6_fib_lookup() local 5593 tbid = params->tbid; in bpf_ipv6_fib_lookup() 5595 params->tbid = 0; in bpf_ipv6_fib_lookup() 5598 tb = ipv6_stub->fib6_get_table(net, tbid); in bpf_ipv6_fib_lookup()
|
/net/ipv6/ |
D | route.c | 3328 const struct in6_addr *gw_addr, u32 tbid, in ip6_nh_lookup_table() argument 3339 table = fib6_get_table(net, tbid); in ip6_nh_lookup_table() 3361 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in ip6_route_check_nh_onlink() local 3366 err = ip6_nh_lookup_table(net, cfg, gw_addr, tbid, 0, &res); in ip6_route_check_nh_onlink()
|