Query: sock_release
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SOCK_RELEASE(9) Linux Networking SOCK_RELEASE(9)NAMEsock_release - close a socketSYNOPSISvoid sock_release(struct socket * sock);ARGUMENTSsock socket to closeDESCRIPTIONThe socket is released from the protocol stack if it has a release callback, and the inode is then released if the socket is bound to an inode not a file.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SOCK_RELEASE(9)