Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1366 int security_socket_shutdown(struct socket *sock, int how);
1493 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c2157 int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() function
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c2194 err = security_socket_shutdown(sock, how); in __sys_shutdown_sock()