Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dbpf_tcp_ca.c178 return &bpf_sk_setsockopt_proto; in bpf_tcp_ca_get_func_proto()
H A Dtcp_ipv4.c3384 return &bpf_sk_setsockopt_proto; in bpf_iter_tcp_get_func_proto()
/openbmc/linux/kernel/bpf/
H A Dbpf_lsm.c236 return &bpf_sk_setsockopt_proto; in bpf_lsm_func_proto()
H A Dcgroup.c2353 return &bpf_sk_setsockopt_proto; in cg_sockopt_func_proto()
/openbmc/linux/include/linux/
H A Dbpf.h3049 extern const struct bpf_func_proto bpf_sk_setsockopt_proto;
/openbmc/linux/net/unix/
H A Daf_unix.c3656 return &bpf_sk_setsockopt_proto; in bpf_iter_unix_get_func_proto()
/openbmc/linux/net/core/
H A Dfilter.c5509 const struct bpf_func_proto bpf_sk_setsockopt_proto = { variable