Home
last modified time | relevance | path

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

/linux/security/
H A Dsecurity.c4762 int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/linux/net/
H A Dsocket.c2411 err = security_socket_shutdown(sock, how); in __sys_shutdown_sock()