1SOCK_RELEASE(9)                Linux Networking                SOCK_RELEASE(9)
2
3
4

NAME

6       sock_release - close a socket
7

SYNOPSIS

9       void sock_release(struct socket * sock);
10

ARGUMENTS

12       sock
13           socket to close
14

DESCRIPTION

16       The socket is released from the protocol stack if it has a release
17       callback, and the inode is then released if the socket is bound to an
18       inode not a file.
19
21Kernel Hackers Manual 3.10         June 2019                   SOCK_RELEASE(9)
Impressum