Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsecurity.h1128 int security_socket_shutdown(struct socket *sock, int how);
1243 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/linux-4.4.14/security/
Dsecurity.c1259 int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/linux-4.4.14/net/
Dsocket.c1802 err = security_socket_shutdown(sock, how); in SYSCALL_DEFINE2()