Name

struct sock_common — minimal network layer representation of sockets

Synopsis

struct sock_common {
  union {unnamed_union};
};  

Members

union {unnamed_union}

anonymous

Description

This is the minimal network layer representation of sockets, the header for struct sock and struct inet_timewait_sock.