Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst68 | | ``BPF_CGROUP_INET_SOCK_RELEASE`` | ``cgroup/soc…
/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c1140 case BPF_CGROUP_INET_SOCK_RELEASE: return "sock_release"; in bpf_attach_type_input_str()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1028 BPF_CGROUP_INET_SOCK_RELEASE, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1028 BPF_CGROUP_INET_SOCK_RELEASE, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2467 case BPF_CGROUP_INET_SOCK_RELEASE: in bpf_prog_load_check_attach()
3741 case BPF_CGROUP_INET_SOCK_RELEASE: in attach_type_to_prog_type()
4020 case BPF_CGROUP_INET_SOCK_RELEASE: in bpf_prog_query()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c79 [BPF_CGROUP_INET_SOCK_RELEASE] = "cgroup_inet_sock_release",
8843 SEC_DEF("cgroup/sock_release", CGROUP_SOCK, BPF_CGROUP_INET_SOCK_RELEASE, SEC_ATTACHABLE),
/openbmc/linux/net/core/
H A Dfilter.c8694 case BPF_CGROUP_INET_SOCK_RELEASE: in __sock_filter_check_attach_type()