Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf-cgroup.h216 if (cgroup_bpf_enabled(atype)) { \
237 if (cgroup_bpf_enabled(atype)) \
246 if (cgroup_bpf_enabled(atype)) { \
264 if (cgroup_bpf_enabled(atype)) { \
276 ((cgroup_bpf_enabled(CGROUP_INET4_CONNECT) || \
322 if (cgroup_bpf_enabled(CGROUP_SOCK_OPS)) \
345 if (cgroup_bpf_enabled(CGROUP_DEVICE)) \
357 if (cgroup_bpf_enabled(CGROUP_SYSCTL)) \
380 if (cgroup_bpf_enabled(CGROUP_GETSOCKOPT)) \
405 if (cgroup_bpf_enabled(CGROUP_GETSOCKOPT)) \
[all …]
/openbmc/linux/net/ipv6/
H A Dudp.c1525 if (cgroup_bpf_enabled(CGROUP_UDP6_SENDMSG) && !connected) { in udpv6_sendmsg()
/openbmc/linux/net/ipv4/
H A Dudp.c1164 if (cgroup_bpf_enabled(CGROUP_UDP4_SENDMSG) && !connected) { in udp_sendmsg()