Lines Matching refs:request
611 if (ad->request & AA_URING_PERM_MASK) { in audit_uring_cb()
613 audit_uring_mask(ad->request)); in audit_uring_cb()
627 static int profile_uring(struct aa_profile *profile, u32 request, in profile_uring() argument
644 false, request, &perms); in profile_uring()
649 error = aa_check_perms(profile, &perms, request, ad, in profile_uring()
1419 static int aa_sock_msg_perm(const char *op, u32 request, struct socket *sock, in aa_sock_msg_perm() argument
1430 return aa_sk_perm(op, request, sock->sk); in aa_sock_msg_perm()
1446 static int aa_sock_perm(const char *op, u32 request, struct socket *sock) in aa_sock_perm() argument
1453 return aa_unix_sock_perm(op, request, sock); in aa_sock_perm()
1454 return aa_sk_perm(op, request, sock->sk); in aa_sock_perm()
1468 static int aa_sock_opt_perm(const char *op, u32 request, struct socket *sock, in aa_sock_opt_perm() argument
1476 return aa_unix_opt_perm(op, request, sock, level, optname); in aa_sock_opt_perm()
1477 return aa_sk_perm(op, request, sock->sk); in aa_sock_opt_perm()