Searched refs:BPF_CGROUP_UDP6_SENDMSG (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/verifier/ |
| H A D | wide_access.c | 12 .expected_attach_type = BPF_CGROUP_UDP6_SENDMSG, \ 54 .expected_attach_type = BPF_CGROUP_UDP6_SENDMSG, \
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | section_names.c | 138 {0, BPF_PROG_TYPE_CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG}, 139 {0, BPF_CGROUP_UDP6_SENDMSG},
|
| H A D | sock_addr.c | 1253 BPF_CGROUP_UDP6_SENDMSG, 1269 BPF_CGROUP_UDP6_SENDMSG, 1285 BPF_CGROUP_UDP6_SENDMSG, 1301 BPF_CGROUP_UDP6_SENDMSG, 1317 BPF_CGROUP_UDP6_SENDMSG, 1333 BPF_CGROUP_UDP6_SENDMSG, 1349 BPF_CGROUP_UDP6_SENDMSG, 1479 BPF_CGROUP_UDP6_SENDMSG, 1495 BPF_CGROUP_UDP6_SENDMSG, 1511 BPF_CGROUP_UDP6_SENDMSG, [all …]
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | program_types.rst | 58 | | ``BPF_CGROUP_UDP6_SENDMSG`` | ``cgroup/sen…
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | cgroup.c | 41 BPF_CGROUP_UDP6_SENDMSG,
|
| H A D | common.c | 1155 case BPF_CGROUP_UDP6_SENDMSG: return "sendmsg6"; in bpf_attach_type_input_str()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 1080 BPF_CGROUP_UDP6_SENDMSG, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 1080 BPF_CGROUP_UDP6_SENDMSG, enumerator
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 2656 case BPF_CGROUP_UDP6_SENDMSG: in bpf_prog_load_check_attach() 4066 case BPF_CGROUP_UDP6_SENDMSG: in attach_type_to_prog_type() 4370 case BPF_CGROUP_UDP6_SENDMSG: in bpf_prog_query()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 8099 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_func_proto() 8122 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_func_proto() 9214 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_is_valid_access() 9232 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_is_valid_access()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 99 [BPF_CGROUP_UDP6_SENDMSG] = "cgroup_udp6_sendmsg", 9565 SEC_DEF("cgroup/sendmsg6", CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG, SEC_ATTACHABLE),
|