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.c821 static int unix_shutdown(struct socket *, int);
898 .shutdown = unix_shutdown,
923 .shutdown = unix_shutdown,
947 .shutdown = unix_shutdown,
3026 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown() function