Home
last modified time | relevance | path

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

/linux-5.19.10/net/unix/ !
Daf_unix.c734 static int unix_shutdown(struct socket *, int);
798 .shutdown = unix_shutdown,
824 .shutdown = unix_shutdown,
849 .shutdown = unix_shutdown,
2953 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown() function