Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf-cgroup-defs.h33 CGROUP_UDP4_SENDMSG, enumerator
H A Dbpf-cgroup.h53 CGROUP_ATYPE(CGROUP_UDP4_SENDMSG); in to_cgroup_bpf_attach_type()
293 BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, uaddrlen, CGROUP_UDP4_SENDMSG, t_ctx)
/openbmc/linux/net/ipv4/
H A Dudp.c1164 if (cgroup_bpf_enabled(CGROUP_UDP4_SENDMSG) && !connected) { in udp_sendmsg()