Searched refs:BPF_CGROUP_UDP4_SENDMSG (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sock_addr.c | 340 BPF_CGROUP_UDP4_SENDMSG, 353 BPF_CGROUP_UDP4_SENDMSG, 367 BPF_CGROUP_UDP4_SENDMSG, 368 BPF_CGROUP_UDP4_SENDMSG, 381 BPF_CGROUP_UDP4_SENDMSG, 382 BPF_CGROUP_UDP4_SENDMSG, 395 BPF_CGROUP_UDP4_SENDMSG, 396 BPF_CGROUP_UDP4_SENDMSG, 409 BPF_CGROUP_UDP4_SENDMSG, 424 BPF_CGROUP_UDP4_SENDMSG, [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | section_names.c | 128 {0, BPF_PROG_TYPE_CGROUP_SOCK_ADDR, BPF_CGROUP_UDP4_SENDMSG}, 129 {0, BPF_CGROUP_UDP4_SENDMSG},
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 54 | | ``BPF_CGROUP_UDP4_SENDMSG`` | ``cgroup/sen…
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 1153 case BPF_CGROUP_UDP4_SENDMSG: return "sendmsg4"; in bpf_attach_type_input_str()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1025 BPF_CGROUP_UDP4_SENDMSG, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1025 BPF_CGROUP_UDP4_SENDMSG, enumerator
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 2484 case BPF_CGROUP_UDP4_SENDMSG: in bpf_prog_load_check_attach() 3778 case BPF_CGROUP_UDP4_SENDMSG: in attach_type_to_prog_type() 4056 case BPF_CGROUP_UDP4_SENDMSG: in bpf_prog_query()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7960 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_func_proto() 7978 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_func_proto() 9041 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_is_valid_access() 9063 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_is_valid_access()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 92 [BPF_CGROUP_UDP4_SENDMSG] = "cgroup_udp4_sendmsg", 8851 SEC_DEF("cgroup/sendmsg4", CGROUP_SOCK_ADDR, BPF_CGROUP_UDP4_SENDMSG, SEC_ATTACHABLE),
|