Searched refs:tbid (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c40 __u32 tbid; member in struct:fib_lookup_test
64 .tbid = RT_TABLE_MAIN, },
67 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
72 .tbid = RT_TABLE_MAIN, },
75 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
128 /* Setup for tbid lookup tests */
160 params->tbid = test->tbid;
290 // ensure tbid is zero'd out after fib lookup.
292 if (!ASSERT_EQ(skel->bss->fib_params.tbid,
[all...]
/linux-master/net/core/
H A Dfilter.c5872 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; local
5876 tbid = params->tbid;
5878 params->tbid = 0;
5881 tb = fib_get_table(net, tbid);
6014 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; local
6018 tbid = params->tbid;
6020 params->tbid = 0;
6023 tb = ipv6_stub->fib6_get_table(net, tbid);
[all...]
/linux-master/include/uapi/linux/
H A Dbpf.h3380 * Use the routing table ID present in *params*->tbid
7195 __u32 tbid; member in union:bpf_fib_lookup::__anon2702
/linux-master/tools/include/uapi/linux/
H A Dbpf.h3380 * Use the routing table ID present in *params*->tbid
7195 __u32 tbid; member in union:bpf_fib_lookup::__anon3243
/linux-master/net/ipv6/
H A Droute.c3322 const struct in6_addr *gw_addr, u32 tbid,
3333 table = fib6_get_table(net, tbid);
3355 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; local
3360 err = ip6_nh_lookup_table(net, cfg, gw_addr, tbid, 0, &res);
3321 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) argument

Completed in 478 milliseconds