Home
last modified time | relevance | path

Searched refs:bpf_sk_setsockopt_proto (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/bpf/
H A Dcgroup.c2522 return &bpf_sk_setsockopt_proto; in cg_sockopt_func_proto()
/linux/include/linux/
H A Dbpf.h3726 extern const struct bpf_func_proto bpf_sk_setsockopt_proto;
/linux/net/ipv4/
H A Dtcp_ipv4.c3609 return &bpf_sk_setsockopt_proto;
/linux/net/unix/
H A Daf_unix.c3917 return &bpf_sk_setsockopt_proto; in bpf_iter_unix_get_func_proto()
/linux/net/core/
H A Dfilter.c5672 const struct bpf_func_proto bpf_sk_setsockopt_proto = { variable