Lines Matching refs:atype

78 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype])  argument
122 enum cgroup_bpf_attach_type atype);
125 enum cgroup_bpf_attach_type atype);
130 enum cgroup_bpf_attach_type atype,
136 enum cgroup_bpf_attach_type atype);
139 short access, enum cgroup_bpf_attach_type atype);
144 enum cgroup_bpf_attach_type atype);
221 #define BPF_CGROUP_RUN_SK_PROG(sk, atype) \ argument
224 if (cgroup_bpf_enabled(atype)) { \
225 __ret = __cgroup_bpf_run_filter_sk(sk, atype); \
242 #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, uaddrlen, atype) \ argument
245 if (cgroup_bpf_enabled(atype)) \
247 atype, NULL, NULL); \
251 #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, uaddrlen, atype, t_ctx) \ argument
254 if (cgroup_bpf_enabled(atype)) { \
257 atype, t_ctx, NULL); \
268 #define BPF_CGROUP_RUN_PROG_INET_BIND_LOCK(sk, uaddr, uaddrlen, atype, bind_flags) \ argument
272 if (cgroup_bpf_enabled(atype)) { \
275 atype, NULL, &__flags); \
359 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype, major, minor, access) \ argument
363 __ret = __cgroup_bpf_check_dev_permission(atype, major, minor, \
489 #define cgroup_bpf_enabled(atype) (0) argument
490 #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, uaddrlen, atype, t_ctx) ({ 0; }) argument
491 #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, uaddrlen, atype) ({ 0; }) argument
497 #define BPF_CGROUP_RUN_PROG_INET_BIND_LOCK(sk, uaddr, uaddrlen, atype, flags) ({ 0; }) argument
512 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype, major, minor, access) ({ 0; }) argument