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.h73 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype]) macro
193 if (cgroup_bpf_enabled(CGROUP_INET_INGRESS) && \
204 if (cgroup_bpf_enabled(CGROUP_INET_EGRESS) && sk) { \
217 if (cgroup_bpf_enabled(atype)) { \
238 if (cgroup_bpf_enabled(atype)) \
247 if (cgroup_bpf_enabled(atype)) { \
265 if (cgroup_bpf_enabled(atype)) { \
277 ((cgroup_bpf_enabled(CGROUP_INET4_CONNECT) || \
278 cgroup_bpf_enabled(CGROUP_INET6_CONNECT)) && \
323 if (cgroup_bpf_enabled(CGROUP_SOCK_OPS)) \
[all …]
/openbmc/linux/net/ipv6/
H A Dudp.c1522 if (cgroup_bpf_enabled(CGROUP_UDP6_SENDMSG) && !connected) { in udpv6_sendmsg()
/openbmc/linux/net/ipv4/
H A Dudp.c1166 if (cgroup_bpf_enabled(CGROUP_UDP4_SENDMSG) && !connected) { in udp_sendmsg()