Lines Matching defs:sock_common
150 struct sock_common { struct
151 union {
158 union {
163 union {
171 unsigned short skc_family;
172 volatile unsigned char skc_state;
173 unsigned char skc_reuse:4;
174 unsigned char skc_reuseport:1;
175 unsigned char skc_ipv6only:1;
176 unsigned char skc_net_refcnt:1;
177 int skc_bound_dev_if;
178 union {
182 struct proto *skc_prot;
183 possible_net_t skc_net;
186 struct in6_addr skc_v6_daddr;
187 struct in6_addr skc_v6_rcv_saddr;
190 atomic64_t skc_cookie;
197 union {
207 int skc_dontcopy_begin[0];
209 union {
213 unsigned short skc_tx_queue_mapping;
215 unsigned short skc_rx_queue_mapping;
217 union {
223 refcount_t skc_refcnt;
225 int skc_dontcopy_end[0];
226 union {