Searched defs:sock_common (Results 1 – 1 of 1) sorted by relevance
165 struct sock_common { struct166 union {173 union {178 union {186 unsigned short skc_family;187 volatile unsigned char skc_state;188 unsigned char skc_reuse:4;189 unsigned char skc_reuseport:1;190 unsigned char skc_ipv6only:1;191 unsigned char skc_net_refcnt:1;[all …]