1STRUCT SOCK_COMMON(9)          Linux Networking          STRUCT SOCK_COMMON(9)
2
3
4

NAME

6       struct_sock_common - minimal network layer representation of sockets
7

SYNOPSIS

9       struct sock_common {
10         union {unnamed_union};
11         int skc_tx_queue_mapping;
12         atomic_t skc_refcnt;
13       };
14

MEMBERS

16       {unnamed_union}
17           anonymous
18
19       skc_tx_queue_mapping
20           tx queue number for this connection
21
22       skc_refcnt
23           reference count
24

DESCRIPTION

26       This is the minimal network layer representation of sockets, the header
27       for struct sock and struct inet_timewait_sock.
28
30Kernel Hackers Manual 3.10         June 2019             STRUCT SOCK_COMMON(9)
Impressum