Home
last modified time | relevance | path

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

/security/apparmor/
Dlsm.c905 static int apparmor_socket_accept(struct socket *sock, struct socket *newsock) in apparmor_socket_accept() argument
909 AA_BUG(!newsock); in apparmor_socket_accept()
913 accept_perm(sock, newsock), in apparmor_socket_accept()
/security/
Dsecurity.c2007 int security_socket_accept(struct socket *sock, struct socket *newsock) in security_socket_accept() argument
2009 return call_int_hook(socket_accept, 0, sock, newsock); in security_socket_accept()
/security/selinux/
Dhooks.c4803 static int selinux_socket_accept(struct socket *sock, struct socket *newsock) in selinux_socket_accept() argument
4821 newisec = inode_security_novalidate(SOCK_INODE(newsock)); in selinux_socket_accept()