Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dvirtio_vsock.h22 struct virtio_vsock_sock { struct
23 struct vsock_sock *vsk;
25 spinlock_t tx_lock;
26 spinlock_t rx_lock;
29 u32 tx_cnt;
30 u32 peer_fwd_cnt;
31 u32 peer_buf_alloc;
34 u32 fwd_cnt;
35 u32 last_fwd_cnt;
36 u32 rx_bytes;
[all …]