Home
last modified time | relevance | path

Searched refs:CGROUP_UDP6_SENDMSG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf-cgroup-defs.h34 CGROUP_UDP6_SENDMSG, enumerator
H A Dbpf-cgroup.h54 CGROUP_ATYPE(CGROUP_UDP6_SENDMSG); in to_cgroup_bpf_attach_type()
296 BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, uaddrlen, CGROUP_UDP6_SENDMSG, t_ctx)
/openbmc/linux/net/ipv6/
H A Dudp.c1525 if (cgroup_bpf_enabled(CGROUP_UDP6_SENDMSG) && !connected) { in udpv6_sendmsg()