Lines Matching defs:request
207 * @cond: conditional info for the permission request (NOT NULL)
255 * @cond: conditional info for the permission request (NOT NULL)
299 * @mask: request permission mask
1017 static int aa_sock_msg_perm(const char *op, u32 request, struct socket *sock,
1026 msg_perm(op, request, sock, msg, size),
1027 aa_sk_perm(op, request, sock->sk));
1049 static int aa_sock_perm(const char *op, u32 request, struct socket *sock)
1056 sock_perm(op, request, sock),
1057 aa_sk_perm(op, request, sock->sk));
1077 static int aa_sock_opt_perm(const char *op, u32 request, struct socket *sock,
1085 opt_perm(op, request, sock, level, optname),
1086 aa_sk_perm(op, request, sock->sk));