Searched refs:security_socket_shutdown (Results 1 – 3 of 3) sorted by relevance
2709 int security_socket_shutdown(struct socket *sock, int how);2824 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
1232 int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
1811 err = security_socket_shutdown(sock, how); in SYSCALL_DEFINE2()