Home
last modified time | relevance | path

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

/security/apparmor/
Dlsm.c910 static int apparmor_socket_accept(struct socket *sock, struct socket *newsock) in apparmor_socket_accept() argument
914 AA_BUG(!newsock); in apparmor_socket_accept()
918 accept_perm(sock, newsock), in apparmor_socket_accept()
/security/
Dsecurity.c2037 int security_socket_accept(struct socket *sock, struct socket *newsock) in security_socket_accept() argument
2039 return call_int_hook(socket_accept, 0, sock, newsock); in security_socket_accept()
/security/selinux/
Dhooks.c4871 static int selinux_socket_accept(struct socket *sock, struct socket *newsock) in selinux_socket_accept() argument
4889 newisec = inode_security_novalidate(SOCK_INODE(newsock)); in selinux_socket_accept()