Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsection_names.c138 {0, BPF_PROG_TYPE_CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG},
139 {0, BPF_CGROUP_UDP6_SENDMSG},
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 …]
/linux-6.15/Documentation/bpf/libbpf/
H A Dprogram_types.rst58 | | ``BPF_CGROUP_UDP6_SENDMSG`` | ``cgroup/sen…
/linux-6.15/tools/bpf/bpftool/
H A Dcgroup.c41 BPF_CGROUP_UDP6_SENDMSG,
H A Dcommon.c1155 case BPF_CGROUP_UDP6_SENDMSG: return "sendmsg6"; in bpf_attach_type_input_str()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h1080 BPF_CGROUP_UDP6_SENDMSG, enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h1080 BPF_CGROUP_UDP6_SENDMSG, enumerator
/linux-6.15/kernel/bpf/
H A Dsyscall.c2656 case BPF_CGROUP_UDP6_SENDMSG: in bpf_prog_load_check_attach()
4066 case BPF_CGROUP_UDP6_SENDMSG: in attach_type_to_prog_type()
4370 case BPF_CGROUP_UDP6_SENDMSG: in bpf_prog_query()
/linux-6.15/net/core/
H A Dfilter.c8099 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_func_proto()
8122 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_func_proto()
9214 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_is_valid_access()
9232 case BPF_CGROUP_UDP6_SENDMSG: in sock_addr_is_valid_access()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c99 [BPF_CGROUP_UDP6_SENDMSG] = "cgroup_udp6_sendmsg",
9565 SEC_DEF("cgroup/sendmsg6", CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG, SEC_ATTACHABLE),