Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Daf_unix.c762 static int unix_shutdown(struct socket *, int);
852 .shutdown = unix_shutdown,
877 .shutdown = unix_shutdown,
901 .shutdown = unix_shutdown,
2923 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown() function