Searched defs:sock_common (Results 1 – 1 of 1) sorted by relevance
152 struct sock_common { struct153 union {160 union {165 union {173 unsigned short skc_family;174 volatile unsigned char skc_state;175 unsigned char skc_reuse:4;176 unsigned char skc_reuseport:1;177 unsigned char skc_ipv6only:1;178 unsigned char skc_net_refcnt:1;[all …]