Lines Matching refs:op
273 const char *op, u32 request, u16 family, int type, int protocol) in aa_af_perm() argument
276 DEFINE_AUDIT_NET(ad, op, subj_cred, NULL, family, type, protocol); in aa_af_perm()
285 const char *op, u32 request, in aa_label_sk_perm() argument
296 DEFINE_AUDIT_SK(ad, op, subj_cred, sk); in aa_label_sk_perm()
306 int aa_sk_perm(const char *op, u32 request, struct sock *sk) in aa_sk_perm() argument
316 error = aa_label_sk_perm(current_cred(), label, op, request, sk); in aa_sk_perm()
324 const char *op, u32 request, struct file *file) in aa_sock_file_perm() argument
333 return aa_unix_file_perm(subj_cred, label, op, request, file); in aa_sock_file_perm()
334 return aa_label_sk_perm(subj_cred, label, op, request, sock->sk); in aa_sock_file_perm()
393 int apparmor_secmark_check(struct aa_label *label, char *op, u32 request, in apparmor_secmark_check() argument
397 DEFINE_AUDIT_SK(ad, op, NULL, sk); in apparmor_secmark_check()