Searched defs:tbid (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | fib_lookup.c | 35 __u32 tbid; member [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 5418 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv4_fib_lookup() local 5541 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv6_fib_lookup() local
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 3251 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in ip6_route_check_nh_onlink() local 3217 ip6_nh_lookup_table(struct net *net, struct fib6_config *cfg, const struct in6_addr *gw_addr, u32 tbid, int flags, struct fib6_result *res) ip6_nh_lookup_table() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 3345 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in ip6_route_check_nh_onlink() local 3311 ip6_nh_lookup_table(struct net *net, struct fib6_config *cfg, const struct in6_addr *gw_addr, u32 tbid, int flags, struct fib6_result *res) ip6_nh_lookup_table() argument
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 7039 __u32 tbid; member
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 5846 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv4_fib_lookup() local 5988 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv6_fib_lookup() local [all...] |
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 7039 __u32 tbid; member
|
Completed in 53 milliseconds