Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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 …]