Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsecurity.h1294 int security_socket_shutdown(struct socket *sock, int how);
1420 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/Linux-v5.4/security/
Dsecurity.c2042 int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/Linux-v5.4/net/
Dsocket.c2158 err = security_socket_shutdown(sock, how); in __sys_shutdown()