struct_sock_common (9) - Linux Manuals

struct_sock_common: minimal network layer representation of sockets

NAME

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.

COPYRIGHT