Home
last modified time | relevance | path

Searched refs:bpf_sk_getsockopt_proto (Results 1 – 6 of 6) 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.c3612 return &bpf_sk_getsockopt_proto;
/linux/kernel/bpf/
H A Dcgroup.c2526 return &bpf_sk_getsockopt_proto; in cg_sockopt_func_proto()
/linux/include/linux/
H A Dbpf.h3733 extern const struct bpf_func_proto bpf_sk_getsockopt_proto;
/linux/net/unix/
H A Daf_unix.c3912 return &bpf_sk_getsockopt_proto; in bpf_iter_unix_get_func_proto()
/linux/net/core/
H A Dfilter.c5689 const struct bpf_func_proto bpf_sk_getsockopt_proto = { variable