Home
last modified time | relevance | path

Searched defs:virtio_vsock_sock (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/include/linux/
Dvirtio_vsock.h126 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;
[all …]