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

/linux-master/include/linux/
H A Dbpf-cgroup.h78 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype]) macro
194 /* Wrappers for __cgroup_bpf_run_filter_skb() guarded by cgroup_bpf_enabled. */
198 if (cgroup_bpf_enabled(CGROUP_INET_INGRESS) && \
210 if (cgroup_bpf_enabled(CGROUP_INET_EGRESS) && sk) { \
223 if (cgroup_bpf_enabled(atype)) { \
244 if (cgroup_bpf_enabled(atype)) \
253 if (cgroup_bpf_enabled(atype)) { \
271 if (cgroup_bpf_enabled(atype)) { \
283 ((cgroup_bpf_enabled(CGROUP_INET4_CONNECT) || \
284 cgroup_bpf_enabled(CGROUP_INET6_CONNEC
496 #define cgroup_bpf_enabled macro
[all...]
/linux-master/net/ipv6/
H A Dudp.c1510 if (cgroup_bpf_enabled(CGROUP_UDP6_SENDMSG) && !connected) {
/linux-master/net/ipv4/
H A Dudp.c1151 if (cgroup_bpf_enabled(CGROUP_UDP4_SENDMSG) && !connected) {

Completed in 138 milliseconds