Query: sock_unregister
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SOCK_UNREGISTER(9) Linux Networking SOCK_UNREGISTER(9)NAMEsock_unregister - remove a protocol handlerSYNOPSISvoid sock_unregister(int family);ARGUMENTSfamily protocol family to removeDESCRIPTIONThis function is called by a protocol handler that wants to remove its address family, and have it unlinked from the new socket creation. If protocol handler is a module, then it can use module reference counts to protect against new references. If protocol handler is not a module then it needs to provide its own protection in the ops->create routine.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SOCK_UNREGISTER(9)
Related Man Pages |
---|
soconfig(1m) - opensolaris |
socketpair(2) - bsd |
socket(3xnet) - opensolaris |
rpc_name_to_sockaddr(3ncs) - ultrix |
socketpair(3xnet) - sunos |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Tar Command |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |