Searched refs:BPF_CGROUP_UNIX_CONNECT (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | section_names.c | 128 {0, BPF_PROG_TYPE_CGROUP_SOCK_ADDR, BPF_CGROUP_UNIX_CONNECT}, 129 {0, BPF_CGROUP_UNIX_CONNECT},
|
H A D | sock_addr.c | 1009 BPF_CGROUP_UNIX_CONNECT, 1025 BPF_CGROUP_UNIX_CONNECT, 1187 BPF_CGROUP_UNIX_CONNECT, 1203 BPF_CGROUP_UNIX_CONNECT,
|
/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 60 | | ``BPF_CGROUP_UNIX_CONNECT`` | ``cgroup/con…
|
/linux/tools/bpf/bpftool/ |
H A D | cgroup.c | 33 BPF_CGROUP_UNIX_CONNECT,
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1111 BPF_CGROUP_UNIX_CONNECT, enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1111 BPF_CGROUP_UNIX_CONNECT, enumerator
|
/linux/kernel/bpf/ |
H A D | syscall.c | 2624 case BPF_CGROUP_UNIX_CONNECT: in bpf_prog_load_check_attach() 4034 case BPF_CGROUP_UNIX_CONNECT: in attach_type_to_prog_type() 4337 case BPF_CGROUP_UNIX_CONNECT: in bpf_prog_query()
|
/linux/net/core/ |
H A D | filter.c | 8024 case BPF_CGROUP_UNIX_CONNECT: in sock_addr_func_proto() 8047 case BPF_CGROUP_UNIX_CONNECT: in sock_addr_func_proto()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 89 [BPF_CGROUP_UNIX_CONNECT] = "cgroup_unix_connect", 9486 SEC_DEF("cgroup/connect_unix", CGROUP_SOCK_ADDR, BPF_CGROUP_UNIX_CONNECT, SEC_ATTACHABLE),
|