Home
last modified time | relevance | path

Searched refs:BPF_CGROUP_UDP6_SENDMSG (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/verifier/
H A Dwide_access.c12 .expected_attach_type = BPF_CGROUP_UDP6_SENDMSG, \
54 .expected_attach_type = BPF_CGROUP_UDP6_SENDMSG, \
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_addr.c1253 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 Dsection_names.c138 {0, BPF_PROG_TYPE_CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG},
139 {0, BPF_CGROUP_UDP6_SENDMSG},
/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst58 | | ``BPF_CGROUP_UDP6_SENDMSG`` | ``cgroup/sen…
/linux/tools/bpf/bpftool/
H A Dcgroup.c41 BPF_CGROUP_UDP6_SENDMSG,
H A Dcommon.c1154 case BPF_CGROUP_UDP6_SENDMSG: return "sendmsg6"; in bpf_attach_type_input_str()
/linux/include/uapi/linux/
H A Dbpf.h1077 BPF_CGROUP_UDP6_SENDMSG, enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h1077 BPF_CGROUP_UDP6_SENDMSG, enumerator
/linux/kernel/bpf/
H A Dsyscall.c2632 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 Dfilter.c8029 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 Dlibbpf.c99 [BPF_CGROUP_UDP6_SENDMSG] = "cgroup_udp6_sendmsg",
9488 SEC_DEF("cgroup/sendmsg6", CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG, SEC_ATTACHABLE),