Searched refs:BPF_CGROUP_UDP4_SENDMSG (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | section_names.c | 133 {0, BPF_PROG_TYPE_CGROUP_SOCK_ADDR, BPF_CGROUP_UDP4_SENDMSG}, 134 {0, BPF_CGROUP_UDP4_SENDMSG},
|
| H A D | sock_addr.c | 1221 BPF_CGROUP_UDP4_SENDMSG, 1237 BPF_CGROUP_UDP4_SENDMSG, 1365 BPF_CGROUP_UDP4_SENDMSG, 1381 BPF_CGROUP_UDP4_SENDMSG, 1429 BPF_CGROUP_UDP4_SENDMSG, 1447 BPF_CGROUP_UDP4_SENDMSG, 1463 BPF_CGROUP_UDP4_SENDMSG, 1561 BPF_CGROUP_UDP4_SENDMSG, 1577 BPF_CGROUP_UDP4_SENDMSG,
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | program_types.rst | 54 | | ``BPF_CGROUP_UDP4_SENDMSG`` | ``cgroup/sen…
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | cgroup.c | 40 BPF_CGROUP_UDP4_SENDMSG,
|
| H A D | common.c | 1154 case BPF_CGROUP_UDP4_SENDMSG: return "sendmsg4"; in bpf_attach_type_input_str()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 1079 BPF_CGROUP_UDP4_SENDMSG, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 1079 BPF_CGROUP_UDP4_SENDMSG, enumerator
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 2655 case BPF_CGROUP_UDP4_SENDMSG: in bpf_prog_load_check_attach() 4065 case BPF_CGROUP_UDP4_SENDMSG: in attach_type_to_prog_type() 4369 case BPF_CGROUP_UDP4_SENDMSG: in bpf_prog_query()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 8098 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_func_proto() 8121 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_func_proto() 9201 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_is_valid_access() 9223 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_is_valid_access()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 98 [BPF_CGROUP_UDP4_SENDMSG] = "cgroup_udp4_sendmsg", 9564 SEC_DEF("cgroup/sendmsg4", CGROUP_SOCK_ADDR, BPF_CGROUP_UDP4_SENDMSG, SEC_ATTACHABLE),
|