Home
last modified time | relevance | path

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

/linux-4.1.27/net/unix/
Daf_unix.c632 static int unix_shutdown(struct socket *, int);
669 .shutdown = unix_shutdown,
691 .shutdown = unix_shutdown,
713 .shutdown = unix_shutdown,
2233 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown() function