Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvirtio_vsock.h25 struct virtio_vsock_sock { struct
26 struct vsock_sock *vsk;
29 u32 buf_size;
30 u32 buf_size_min;
31 u32 buf_size_max;
33 spinlock_t tx_lock;
34 spinlock_t rx_lock;
37 u32 tx_cnt;
38 u32 buf_alloc;
39 u32 peer_fwd_cnt;
[all …]