Searched defs:sock_common (Results 1 – 2 of 2) sorted by relevance
9168 struct sock_common { struct9169 union {9176 union {9180 union {9187 unsigned short skc_family;9188 volatile unsigned char skc_state;9189 unsigned char skc_reuse: 4;9190 unsigned char skc_reuseport: 1;9191 unsigned char skc_ipv6only: 1;9192 unsigned char skc_net_refcnt: 1;[all …]
9088 struct sock_common { struct9089 union {9096 union {9100 union {9107 unsigned short skc_family;9108 volatile unsigned char skc_state;9109 unsigned char skc_reuse: 4;9110 unsigned char skc_reuseport: 1;9111 unsigned char skc_ipv6only: 1;9112 unsigned char skc_net_refcnt: 1;[all …]