Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsecurity.h1649 int security_socket_shutdown(struct socket *sock, int how);
1780 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/linux-6.15/security/
H A Dsecurity.c4762 int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/linux-6.15/net/
H A Dsocket.c2404 err = security_socket_shutdown(sock, how); in __sys_shutdown_sock()