Home
last modified time | relevance | path

Searched refs:BPF_CGROUP_UDP4_SENDMSG (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c340 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 Dsection_names.c128 {0, BPF_PROG_TYPE_CGROUP_SOCK_ADDR, BPF_CGROUP_UDP4_SENDMSG},
129 {0, BPF_CGROUP_UDP4_SENDMSG},
/openbmc/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst54 | | ``BPF_CGROUP_UDP4_SENDMSG`` | ``cgroup/sen…
/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c1153 case BPF_CGROUP_UDP4_SENDMSG: return "sendmsg4"; in bpf_attach_type_input_str()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1008 BPF_CGROUP_UDP4_SENDMSG, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1008 BPF_CGROUP_UDP4_SENDMSG, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2484 case BPF_CGROUP_UDP4_SENDMSG: in bpf_prog_load_check_attach()
3753 case BPF_CGROUP_UDP4_SENDMSG: in attach_type_to_prog_type()
4031 case BPF_CGROUP_UDP4_SENDMSG: in bpf_prog_query()
/openbmc/linux/net/core/
H A Dfilter.c7959 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_func_proto()
7977 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_func_proto()
9040 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_is_valid_access()
9062 case BPF_CGROUP_UDP4_SENDMSG: in sock_addr_is_valid_access()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c92 [BPF_CGROUP_UDP4_SENDMSG] = "cgroup_udp4_sendmsg",
8851 SEC_DEF("cgroup/sendmsg4", CGROUP_SOCK_ADDR, BPF_CGROUP_UDP4_SENDMSG, SEC_ATTACHABLE),