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.c859 static int unix_shutdown(struct socket *, int);
991 .shutdown = unix_shutdown,
1017 .shutdown = unix_shutdown,
1042 .shutdown = unix_shutdown,
3204 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown() function