Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dsecurity.h1358 int security_socket_shutdown(struct socket *sock, int how);
1485 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/kernel/linux/linux-5.10/security/
Dsecurity.c2185 int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/kernel/linux/linux-5.10/net/
Dsocket.c2193 err = security_socket_shutdown(sock, how); in __sys_shutdown_sock()