Lines Matching defs:virtio_vsock_sock
23 struct virtio_vsock_sock { struct24 struct vsock_sock *vsk;26 spinlock_t tx_lock;27 spinlock_t rx_lock;30 u32 tx_cnt;31 u32 peer_fwd_cnt;32 u32 peer_buf_alloc;35 u32 fwd_cnt;36 u32 last_fwd_cnt;37 u32 rx_bytes;38 u32 buf_alloc;39 struct list_head rx_queue;