Home
last modified time | relevance | path

Searched refs:BPF_CGROUP_INET_SOCK_RELEASE (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst78 | | ``BPF_CGROUP_INET_SOCK_RELEASE`` | ``cgroup/soc…
/linux/tools/bpf/bpftool/
H A Dcgroup.c26 BPF_CGROUP_INET_SOCK_RELEASE,
H A Dcommon.c1140 case BPF_CGROUP_INET_SOCK_RELEASE: return "sock_release"; in bpf_attach_type_input_str()
/linux/include/uapi/linux/
H A Dbpf.h1096 BPF_CGROUP_INET_SOCK_RELEASE, enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h1096 BPF_CGROUP_INET_SOCK_RELEASE, enumerator
/linux/kernel/bpf/
H A Dsyscall.c2616 case BPF_CGROUP_INET_SOCK_RELEASE: in bpf_prog_load_check_attach()
4031 case BPF_CGROUP_INET_SOCK_RELEASE: in attach_type_to_prog_type()
4335 case BPF_CGROUP_INET_SOCK_RELEASE: in bpf_prog_query()
/linux/tools/lib/bpf/
H A Dlibbpf.c82 [BPF_CGROUP_INET_SOCK_RELEASE] = "cgroup_inet_sock_release",
9490 SEC_DEF("cgroup/sock_release", CGROUP_SOCK, BPF_CGROUP_INET_SOCK_RELEASE, SEC_ATTACHABLE),
/linux/net/core/
H A Dfilter.c8773 case BPF_CGROUP_INET_SOCK_RELEASE: in __sock_filter_check_attach_type()