Rechercher une page de manuel
sock_release
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
sock_release - close a socketSYNOPSIS
- void sock_release(struct socket * sock);
ARGUMENTS
sock
- socket 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre