Home
last modified time | relevance | path

Searched refs:peer_buf_alloc (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/virtio-drivers/src/device/socket/
Dvsock.rs30 peer_buf_alloc: u32, field
47 self.peer_buf_alloc - (self.tx_cnt - self.peer_fwd_cnt) in peer_free()
391 connection_info.peer_buf_alloc = header.buf_alloc.into(); in poll_rx_queue()
/external/crosvm/devices/src/virtio/vsock/sys/windows/
Dvsock.rs288 peer_buf_alloc: usize, field
416 connection.peer_buf_alloc - (connection.tx_cnt - connection.peer_recv_cnt); in process_rx_queue()
647 peer_buf_alloc: header.buf_alloc.to_native() as usize, in handle_vsock_connection_request()
691 connection.peer_buf_alloc = header.buf_alloc.to_native() as usize; in handle_vsock_guest_data()
1003 connection.peer_buf_alloc = header.buf_alloc.to_native() as usize; in handle_tx_packet()