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.c870 static int unix_shutdown(struct socket *, int);
993 .shutdown = unix_shutdown,
1019 .shutdown = unix_shutdown,
1043 .shutdown = unix_shutdown,
3206 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown() function