Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf-cgroup.h73 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype]) macro
191 if (cgroup_bpf_enabled(CGROUP_INET_INGRESS) && \
202 if (cgroup_bpf_enabled(CGROUP_INET_EGRESS) && sk) { \
215 if (cgroup_bpf_enabled(atype)) { \
236 if (cgroup_bpf_enabled(atype)) \
245 if (cgroup_bpf_enabled(atype)) { \
263 if (cgroup_bpf_enabled(atype)) { \
275 ((cgroup_bpf_enabled(CGROUP_INET4_CONNECT) || \
276 cgroup_bpf_enabled(CGROUP_INET6_CONNECT)) && \
321 if (cgroup_bpf_enabled(CGROUP_SOCK_OPS)) \
[all …]
/Linux-v6.6/net/ipv6/
Dudp.c1508 if (cgroup_bpf_enabled(CGROUP_UDP6_SENDMSG) && !connected) { in udpv6_sendmsg()
/Linux-v6.6/net/ipv4/
Dudp.c1144 if (cgroup_bpf_enabled(CGROUP_UDP4_SENDMSG) && !connected) { in udp_sendmsg()