Home
last modified time | relevance | path

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

/Linux-v5.15/net/unix/
Daf_unix.c692 static int unix_shutdown(struct socket *, int);
756 .shutdown = unix_shutdown,
782 .shutdown = unix_shutdown,
807 .shutdown = unix_shutdown,
2869 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown() function