Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/include/linux/
Dvirtio_vsock.h125 struct virtio_vsock_sock { struct
126 struct vsock_sock *vsk;
128 spinlock_t tx_lock;
129 spinlock_t rx_lock;
132 u32 tx_cnt;
133 u32 peer_fwd_cnt;
134 u32 peer_buf_alloc;
137 u32 fwd_cnt;
138 u32 last_fwd_cnt;
139 u32 rx_bytes;
[all …]