Lines Matching defs:sock_common
163 struct sock_common { struct
164 union {
171 union {
176 union {
184 unsigned short skc_family;
185 volatile unsigned char skc_state;
186 unsigned char skc_reuse:4;
187 unsigned char skc_reuseport:1;
188 unsigned char skc_ipv6only:1;
189 unsigned char skc_net_refcnt:1;
190 int skc_bound_dev_if;
191 union {
195 struct proto *skc_prot;
196 possible_net_t skc_net;
199 struct in6_addr skc_v6_daddr;
200 struct in6_addr skc_v6_rcv_saddr;
203 atomic64_t skc_cookie;
210 union {
220 int skc_dontcopy_begin[0];
222 union {
226 unsigned short skc_tx_queue_mapping;
228 unsigned short skc_rx_queue_mapping;
230 union {
236 refcount_t skc_refcnt;
238 int skc_dontcopy_end[0];
239 union {