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