Searched refs:soshutdown (Results 1 – 4 of 4) sorted by relevance
988 extern int soshutdown(struct socket *so, int how);
1062 return soshutdown(sock, how); in sock_shutdown()
2991 error = soshutdown((struct socket *)so, uap->how); in shutdown()
4434 soshutdown(struct socket *so, int how) in soshutdown() function