table of contents
other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
| STRUCT SOCK_COMMON(9) | Linux Networking | STRUCT SOCK_COMMON(9) |
NAME¶
struct_sock_common - minimal network layer representation of socketsSYNOPSIS¶
struct sock_common {
union {unnamed_union};
};
MEMBERS¶
{unnamed_union}anonymous
DESCRIPTION¶
This is the minimal network layer representation of sockets, the header for struct sock and struct inet_timewait_sock.COPYRIGHT¶
| May 2018 | Kernel Hackers Manual 4.9. |