Home
last modified time | relevance | path

Searched refs:tbid (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm64/kvm/
H A Dpauth.c64 bool tbi, tbid; in effective_tbi() local
74 tbid = tcr & BIT(29); in effective_tbi()
77 tbid = tcr & TCR_TBID1; in effective_tbi()
80 tbid = tcr & TCR_TBID0; in effective_tbi()
83 return tbi && !tbid; in effective_tbi()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c89 __u32 tbid; member
125 .tbid = RT_TABLE_MAIN, },
128 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
139 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
144 .tbid = RT_TABLE_MAIN, },
147 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
270 .tbid = 100,
605 params->tbid = test->tbid; in set_lookup_params()
791 if (!ASSERT_EQ(skel->bss->fib_params.tbid, 0, in test_fib_lookup()
/linux/net/core/
H A Dfilter.c6404 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv4_fib_lookup() local
6408 tbid = params->tbid; in bpf_ipv4_fib_lookup()
6410 params->tbid = 0; in bpf_ipv4_fib_lookup()
6413 tb = fib_get_table(net, tbid); in bpf_ipv4_fib_lookup()
6563 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv6_fib_lookup() local
6567 tbid = params->tbid; in bpf_ipv6_fib_lookup()
6569 params->tbid = 0; in bpf_ipv6_fib_lookup()
6572 tb = fib6_get_table(net, tbid); in bpf_ipv6_fib_lookup()
/linux/tools/include/uapi/linux/
H A Dbpf.h7497 __u32 tbid; member
/linux/include/uapi/linux/
H A Dbpf.h7497 __u32 tbid; member
/linux/net/ipv6/
H A Droute.c3395 const struct in6_addr *gw_addr, u32 tbid, in ip6_nh_lookup_table() argument
3406 table = fib6_get_table(net, tbid); in ip6_nh_lookup_table()
3428 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in ip6_route_check_nh_onlink() local
3433 err = ip6_nh_lookup_table(net, cfg, gw_addr, tbid, 0, &res); in ip6_route_check_nh_onlink()