Home
last modified time | relevance | path

Searched refs:ipv6_bpf_stub (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dipv6_stubs.h73 struct ipv6_bpf_stub { struct
82 extern const struct ipv6_bpf_stub *ipv6_bpf_stub __read_mostly; argument
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daf_inet6.c1034 static const struct ipv6_bpf_stub ipv6_bpf_stub_impl = {
1202 ipv6_bpf_stub = &ipv6_bpf_stub_impl; in inet6_init()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c5158 const struct ipv6_bpf_stub *ipv6_bpf_stub __read_mostly;
5159 EXPORT_SYMBOL_GPL(ipv6_bpf_stub);
5187 return ipv6_bpf_stub->inet6_bind(sk, addr, addr_len, flags); in BPF_CALL_3()
5896 else if (likely(ipv6_bpf_stub)) in sk_lookup()
5897 sk = ipv6_bpf_stub->udp6_lib_lookup(net, in sk_lookup()