Lines Matching defs:sock_common
158 struct sock_common { struct
162 union {
169 union {
174 union {
182 unsigned short skc_family;
183 volatile unsigned char skc_state;
184 unsigned char skc_reuse:4;
185 unsigned char skc_reuseport:1;
186 unsigned char skc_ipv6only:1;
187 int skc_bound_dev_if;
188 union {
192 struct proto *skc_prot;
193 possible_net_t skc_net;
196 struct in6_addr skc_v6_daddr;
197 struct in6_addr skc_v6_rcv_saddr;
200 atomic64_t skc_cookie;
207 int skc_dontcopy_begin[0];
209 union {
213 int skc_tx_queue_mapping;
214 atomic_t skc_refcnt;
216 int skc_dontcopy_end[0];