Lines Matching defs:sock_common
148 struct sock_common { struct
152 __be32 skc_daddr;
153 __be32 skc_rcv_saddr;
155 union {
159 unsigned short skc_family;
160 volatile unsigned char skc_state;
161 unsigned char skc_reuse;
162 int skc_bound_dev_if;
163 union {
167 struct proto *skc_prot;
169 struct net *skc_net;
176 int skc_dontcopy_begin[0];
178 union {
182 int skc_tx_queue_mapping;
183 atomic_t skc_refcnt;
185 int skc_dontcopy_end[0];