sock_unregister(9) centos man page | unix.com

Man Page: sock_unregister

Operating Environment: centos

Section: 9

SOCK_UNREGISTER(9)						 Linux Networking						SOCK_UNREGISTER(9)

NAME
sock_unregister - remove a protocol handler
SYNOPSIS
void sock_unregister(int family);
ARGUMENTS
family protocol family to remove
DESCRIPTION
This 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SOCK_UNREGISTER(9)
Related Man Pages
socketpair(3xnet) - opensolaris
atalk(4f) - redhat
rpc_name_to_sockaddr(3ncs) - ultrix
inet(7f) - hpux
socketpair(3xnet) - sunos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq