Searched refs:BPF_CGROUP_UDP6_SENDMSG (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sock_addr.c | 339 BPF_CGROUP_UDP6_SENDMSG, 354 BPF_CGROUP_UDP6_SENDMSG, 410 BPF_CGROUP_UDP6_SENDMSG, 423 BPF_CGROUP_UDP6_SENDMSG, 437 BPF_CGROUP_UDP6_SENDMSG, 438 BPF_CGROUP_UDP6_SENDMSG, 451 BPF_CGROUP_UDP6_SENDMSG, 452 BPF_CGROUP_UDP6_SENDMSG, 465 BPF_CGROUP_UDP6_SENDMSG, 466 BPF_CGROUP_UDP6_SENDMSG, [all …]
|
/openbmc/linux/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, \
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | section_names.c | 133 {0, BPF_PROG_TYPE_CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG}, 134 {0, BPF_CGROUP_UDP6_SENDMSG},
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 58 | | ``BPF_CGROUP_UDP6_SENDMSG`` | ``cgroup/sen…
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 1154 case BPF_CGROUP_UDP6_SENDMSG: return "sendmsg6"; in bpf_attach_type_input_str()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1026 BPF_CGROUP_UDP6_SENDMSG, enumerator
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1026 BPF_CGROUP_UDP6_SENDMSG, enumerator
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 2485 case BPF_CGROUP_UDP6_SENDMSG: in bpf_prog_load_check_attach() 3791 case BPF_CGROUP_UDP6_SENDMSG: in attach_type_to_prog_type() 4069 case BPF_CGROUP_UDP6_SENDMSG: in bpf_prog_query()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7984 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_func_proto() 8002 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_func_proto() 9077 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_is_valid_access() 9095 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_is_valid_access()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 93 [BPF_CGROUP_UDP6_SENDMSG] = "cgroup_udp6_sendmsg", 8856 SEC_DEF("cgroup/sendmsg6", CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG, SEC_ATTACHABLE),
|