Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf-cgroup.h92 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype]) macro
246 if (cgroup_bpf_enabled(CGROUP_INET_INGRESS)) \
256 if (cgroup_bpf_enabled(CGROUP_INET_EGRESS) && sk && sk == skb->sk) { \
268 if (cgroup_bpf_enabled(atype)) { \
290 if (cgroup_bpf_enabled(atype)) \
301 if (cgroup_bpf_enabled(atype)) { \
320 if (cgroup_bpf_enabled(atype)) { \
332 ((cgroup_bpf_enabled(CGROUP_INET4_CONNECT) || \
333 cgroup_bpf_enabled(CGROUP_INET6_CONNECT)) && \
378 if (cgroup_bpf_enabled(CGROUP_SOCK_OPS)) \
[all …]
/Linux-v5.15/net/ipv6/
Dudp.c1479 if (cgroup_bpf_enabled(CGROUP_UDP6_SENDMSG) && !connected) { in udpv6_sendmsg()
/Linux-v5.15/net/ipv4/
Dudp.c1147 if (cgroup_bpf_enabled(CGROUP_UDP4_SENDMSG) && !connected) { in udp_sendmsg()