Home
last modified time | relevance | path

Searched refs:bpf_sk_getsockopt_proto (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv4/
H A Dbpf_tcp_ca.c182 return &bpf_sk_getsockopt_proto; in bpf_tcp_ca_get_func_proto()
H A Dtcp_ipv4.c3615 return &bpf_sk_getsockopt_proto;
/linux/kernel/bpf/
H A Dbpf_lsm.c272 return &bpf_sk_getsockopt_proto; in bpf_lsm_func_proto()
H A Dcgroup.c2355 return &bpf_sk_getsockopt_proto; in cg_sockopt_func_proto()
/linux/include/linux/
H A Dbpf.h3330 extern const struct bpf_func_proto bpf_sk_getsockopt_proto;
/linux/net/unix/
H A Daf_unix.c3766 return &bpf_sk_getsockopt_proto; in bpf_iter_unix_get_func_proto()
/linux/net/core/
H A Dfilter.c5572 const struct bpf_func_proto bpf_sk_getsockopt_proto = { variable