Lines Matching defs:virtio_vsock_sock
126 struct virtio_vsock_sock { struct
127 struct vsock_sock *vsk;
129 spinlock_t tx_lock;
130 spinlock_t rx_lock;
133 u32 tx_cnt;
134 u32 peer_fwd_cnt;
135 u32 peer_buf_alloc;
136 size_t bytes_unsent;
139 u32 fwd_cnt;
140 u32 last_fwd_cnt;
141 u32 rx_bytes;
142 u32 buf_alloc;
143 struct sk_buff_head rx_queue;
144 u32 msg_count;