Searched refs:BPF_CGROUP_UDP6_SENDMSG (Results 1 - 9 of 9) sorted by relevance

/linux-master/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-master/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c340 BPF_CGROUP_UDP6_SENDMSG,
355 BPF_CGROUP_UDP6_SENDMSG,
411 BPF_CGROUP_UDP6_SENDMSG,
424 BPF_CGROUP_UDP6_SENDMSG,
438 BPF_CGROUP_UDP6_SENDMSG,
439 BPF_CGROUP_UDP6_SENDMSG,
452 BPF_CGROUP_UDP6_SENDMSG,
453 BPF_CGROUP_UDP6_SENDMSG,
466 BPF_CGROUP_UDP6_SENDMSG,
467 BPF_CGROUP_UDP6_SENDMSG,
[all...]
/linux-master/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},
/linux-master/tools/bpf/bpftool/
H A Dcommon.c1082 case BPF_CGROUP_UDP6_SENDMSG: return "sendmsg6";
/linux-master/include/uapi/linux/
H A Dbpf.h1077 BPF_CGROUP_UDP6_SENDMSG, enumerator in enum:bpf_attach_type
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1077 BPF_CGROUP_UDP6_SENDMSG, enumerator in enum:bpf_attach_type
/linux-master/kernel/bpf/
H A Dsyscall.c2580 case BPF_CGROUP_UDP6_SENDMSG:
3922 case BPF_CGROUP_UDP6_SENDMSG:
4212 case BPF_CGROUP_UDP6_SENDMSG:
/linux-master/net/core/
H A Dfilter.c7954 case BPF_CGROUP_UDP6_SENDMSG:
7977 case BPF_CGROUP_UDP6_SENDMSG:
9055 case BPF_CGROUP_UDP6_SENDMSG:
9073 case BPF_CGROUP_UDP6_SENDMSG:
/linux-master/tools/lib/bpf/
H A Dlibbpf.c99 [BPF_CGROUP_UDP6_SENDMSG] = "cgroup_udp6_sendmsg",
9319 SEC_DEF("cgroup/sendmsg6", CGROUP_SOCK_ADDR, BPF_CGROUP_UDP6_SENDMSG, SEC_ATTACHABLE),

Completed in 308 milliseconds