Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Daf_inet.h27 int aa_inet_accept_perm(struct socket *sock, struct socket *newsock);
/linux/security/apparmor/
H A Daf_inet.c452 int aa_inet_accept_perm(struct socket *sock, struct socket *newsock) in aa_inet_accept_perm() function
H A Dlsm.c1440 return aa_inet_accept_perm(sock, newsock); in apparmor_socket_accept()