table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SOCK_RELEASE(9) | Linux Networking | SOCK_RELEASE(9) |
NAME¶
sock_release - close a socketSYNOPSIS¶
void
sock_release(struct socket * sock);
ARGUMENTS¶
socksocket to close
DESCRIPTION¶
The 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.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |