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

/linux-master/include/linux/
H A Dsecurity.h1529 int security_socket_shutdown(struct socket *sock, int how);
1660 static inline int security_socket_shutdown(struct socket *sock, int how) function
/linux-master/security/
H A Dsecurity.c4574 * security_socket_shutdown() - Checks if shutting down the socket is allowed
4583 int security_socket_shutdown(struct socket *sock, int how) function
/linux-master/net/
H A Dsocket.c2423 err = security_socket_shutdown(sock, how);

Completed in 116 milliseconds