Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Daddrconf.h265 struct ipv6_bpf_stub { struct
269 extern const struct ipv6_bpf_stub *ipv6_bpf_stub __read_mostly; argument
/Linux-v4.19/net/ipv6/
Daf_inet6.c903 static const struct ipv6_bpf_stub ipv6_bpf_stub_impl = {
1063 ipv6_bpf_stub = &ipv6_bpf_stub_impl; in inet6_init()
/Linux-v4.19/net/core/
Dfilter.c4132 const struct ipv6_bpf_stub *ipv6_bpf_stub __read_mostly;
4133 EXPORT_SYMBOL_GPL(ipv6_bpf_stub);
4161 return ipv6_bpf_stub->inet6_bind(sk, addr, addr_len, true, false); in BPF_CALL_3()