Searched refs:BPF_CGROUP_UDP6_SENDMSG (Results 1 – 11 of 11) sorted by relevance
/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, \
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
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 …]
|
H A D | section_names.c | 138 {0, BPF_PROG_TYPE_CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG}, 139 {0, BPF_CGROUP_UDP6_SENDMSG},
|
/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 58 | | ``BPF_CGROUP_UDP6_SENDMSG`` | ``cgroup/sen…
|
/linux/tools/bpf/bpftool/ |
H A D | cgroup.c | 41 BPF_CGROUP_UDP6_SENDMSG,
|
H A D | common.c | 1154 case BPF_CGROUP_UDP6_SENDMSG: return "sendmsg6"; in bpf_attach_type_input_str()
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1077 BPF_CGROUP_UDP6_SENDMSG, enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1077 BPF_CGROUP_UDP6_SENDMSG, enumerator
|
/linux/kernel/bpf/ |
H A D | syscall.c | 2632 case BPF_CGROUP_UDP6_SENDMSG: in bpf_prog_load_check_attach() 4042 case BPF_CGROUP_UDP6_SENDMSG: in attach_type_to_prog_type() 4345 case BPF_CGROUP_UDP6_SENDMSG: in bpf_prog_query()
|
/linux/net/core/ |
H A D | filter.c | 8029 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_func_proto() 8052 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_func_proto() 9141 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_is_valid_access() 9159 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_is_valid_access()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 99 [BPF_CGROUP_UDP6_SENDMSG] = "cgroup_udp6_sendmsg", 9488 SEC_DEF("cgroup/sendmsg6", CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG, SEC_ATTACHABLE),
|