Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dbpf_tcp_ca.c189 return &bpf_sk_getsockopt_proto; in bpf_tcp_ca_get_func_proto()
H A Dtcp_ipv4.c3386 return &bpf_sk_getsockopt_proto; in bpf_iter_tcp_get_func_proto()
/openbmc/linux/kernel/bpf/
H A Dbpf_lsm.c246 return &bpf_sk_getsockopt_proto; in bpf_lsm_func_proto()
H A Dcgroup.c2357 return &bpf_sk_getsockopt_proto; in cg_sockopt_func_proto()
/openbmc/linux/include/linux/
H A Dbpf.h3050 extern const struct bpf_func_proto bpf_sk_getsockopt_proto;
/openbmc/linux/net/unix/
H A Daf_unix.c3658 return &bpf_sk_getsockopt_proto; in bpf_iter_unix_get_func_proto()
/openbmc/linux/net/core/
H A Dfilter.c5526 const struct bpf_func_proto bpf_sk_getsockopt_proto = { variable