struct_sock_common (9) Linux Manual Page
struct_sock_common – minimal network layer representation of sockets
Synopsis
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.
