Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvirtio_vsock.h23 struct virtio_vsock_sock { struct
24 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;
[all …]