Home
last modified time | relevance | path

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

/linux-6.1.9/net/vmw_vsock/
Dvirtio_transport_common.c272 ret = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_get_credit()
517 if (len > vvs->peer_buf_alloc) { in virtio_transport_seqpacket_enqueue()
568 bytes = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_has_space()
602 vvs->peer_buf_alloc = ptrans->peer_buf_alloc; in virtio_transport_do_socket_init()
1161 vvs->peer_buf_alloc = le32_to_cpu(pkt->hdr.buf_alloc); in virtio_transport_space_update()
/linux-6.1.9/include/linux/
Dvirtio_vsock.h31 u32 peer_buf_alloc; member