Home
last modified time | relevance | path

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

/Linux-v5.4/net/unix/
Daf_unix.c649 static int unix_shutdown(struct socket *, int);
691 .shutdown = unix_shutdown,
714 .shutdown = unix_shutdown,
736 .shutdown = unix_shutdown,
2445 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown() function