Home
last modified time | relevance | path

Searched refs:aa_inet_sock_perm (Results 1 – 3 of 3) sorted by relevance

/linux/security/apparmor/include/
H A Daf_inet.h19 int aa_inet_sock_perm(const char *op, u32 request, struct socket *sock);
/linux/security/apparmor/
H A Daf_inet.c509 int aa_inet_sock_perm(const char *op, u32 request, struct socket *sock) in aa_inet_sock_perm() function
H A Dlsm.c1504 return aa_inet_sock_perm(op, request, sock); in aa_sock_perm()