Home
last modified time | relevance | path

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

/Linux-v4.19/net/unix/
Daf_unix.c650 static int unix_shutdown(struct socket *, int);
692 .shutdown = unix_shutdown,
715 .shutdown = unix_shutdown,
737 .shutdown = unix_shutdown,
2497 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown() function