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

NAME

6       sock_register - add a socket protocol handler
7

SYNOPSIS

9       int sock_register(const struct net_proto_family * ops);
10

ARGUMENTS

12       ops
13           description of protocol
14

DESCRIPTION

16       This function is called by a protocol handler that wants to advertise
17       its address family, and have it linked into the socket interface. The
18       value ops->family coresponds to the socket system call protocol family.
19
21Kernel Hackers Manual 3.10         June 2019                  SOCK_REGISTER(9)
Impressum