Lines Matching refs:atype

78 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype])  argument
121 enum cgroup_bpf_attach_type atype);
124 enum cgroup_bpf_attach_type atype);
129 enum cgroup_bpf_attach_type atype,
135 enum cgroup_bpf_attach_type atype);
138 short access, enum cgroup_bpf_attach_type atype);
143 enum cgroup_bpf_attach_type atype);
220 #define BPF_CGROUP_RUN_SK_PROG(sk, atype) \ argument
223 if (cgroup_bpf_enabled(atype)) { \
224 __ret = __cgroup_bpf_run_filter_sk(sk, atype); \
241 #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, uaddrlen, atype) \ argument
244 if (cgroup_bpf_enabled(atype)) \
246 atype, NULL, NULL); \
250 #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, uaddrlen, atype, t_ctx) \ argument
253 if (cgroup_bpf_enabled(atype)) { \
256 atype, t_ctx, NULL); \
267 #define BPF_CGROUP_RUN_PROG_INET_BIND_LOCK(sk, uaddr, uaddrlen, atype, bind_flags) \ argument
271 if (cgroup_bpf_enabled(atype)) { \
274 atype, NULL, &__flags); \
358 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype, major, minor, access) \ argument
362 __ret = __cgroup_bpf_check_dev_permission(atype, major, minor, \
488 #define cgroup_bpf_enabled(atype) (0) argument
489 #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, uaddrlen, atype, t_ctx) ({ 0; }) argument
490 #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, uaddrlen, atype) ({ 0; }) argument
496 #define BPF_CGROUP_RUN_PROG_INET_BIND_LOCK(sk, uaddr, uaddrlen, atype, flags) ({ 0; }) argument
511 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype, major, minor, access) ({ 0; }) argument