Searched refs:tbid (Results 1 - 6 of 6) sorted by path

/linux-master/arch/arm64/kvm/
H A Dpauth.c64 bool tbi, tbid; local
74 tbid = tcr & BIT(29);
77 tbid = tcr & TCR_TBID1;
80 tbid = tcr & TCR_TBID0;
83 return tbi && !tbid;
/linux-master/include/uapi/linux/
H A Dbpf.h3384 * Use the routing table ID present in *params*->tbid
7210 __u32 tbid; member in union:bpf_fib_lookup::__anon2998
/linux-master/net/core/
H A Dfilter.c5898 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; local
5902 tbid = params->tbid;
5904 params->tbid = 0;
5907 tb = fib_get_table(net, tbid);
6043 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; local
6047 tbid = params->tbid;
6049 params->tbid = 0;
6052 tb = ipv6_stub->fib6_get_table(net, tbid);
[all...]
/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
/linux-master/tools/include/uapi/linux/
H A Dbpf.h3384 * Use the routing table ID present in *params*->tbid
7210 __u32 tbid; member in union:bpf_fib_lookup::__anon3608
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c52 __u32 tbid; member in struct:fib_lookup_test
77 .tbid = RT_TABLE_MAIN, },
80 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
85 .tbid = RT_TABLE_MAIN, },
88 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
178 /* Setup for tbid lookup tests */
222 params->tbid = test->tbid;
364 // ensure tbid is zero'd out after fib lookup.
366 if (!ASSERT_EQ(skel->bss->fib_params.tbid,
[all...]

Completed in 328 milliseconds