Home
last modified time | relevance | path

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

/linux/net/unix/
H A Daf_unix.c858 static int unix_shutdown(struct socket *, int);
981 .shutdown = unix_shutdown,
1007 .shutdown = unix_shutdown,
1031 .shutdown = unix_shutdown,
3184 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown() function