Query: sock_release
OS: centos
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 3.10 June 2014 SOCK_RELEASE(9)