Searched refs:security_socket_accept (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsecurity.h1521 int security_socket_accept(struct socket *sock, struct socket *newsock);
1619 static inline int security_socket_accept(struct socket *sock, function
/linux-master/security/
H A Dsecurity.c4468 * security_socket_accept() - Check if a socket is allowed to accept connections
4478 int security_socket_accept(struct socket *sock, struct socket *newsock) function
/linux-master/net/
H A Dsocket.c1925 err = security_socket_accept(sock, newsock);

Completed in 160 milliseconds