Home
last modified time | relevance | path

Searched refs:peer_buf_alloc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dvirtio_transport_common.c316 ret = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_get_credit()
638 if (len > vvs->peer_buf_alloc) { in virtio_transport_seqpacket_enqueue()
689 bytes = (s64)vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_has_space()
723 vvs->peer_buf_alloc = ptrans->peer_buf_alloc; in virtio_transport_do_socket_init()
1288 vvs->peer_buf_alloc = le32_to_cpu(hdr->buf_alloc); in virtio_transport_space_update()
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dvirtio_transport_common.c254 ret = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_get_credit()
446 bytes = (s64)vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_has_space()
480 vvs->peer_buf_alloc = ptrans->peer_buf_alloc; in virtio_transport_do_socket_init()
1037 vvs->peer_buf_alloc = le32_to_cpu(pkt->hdr.buf_alloc); in virtio_transport_space_update()
/kernel/linux/linux-5.10/include/linux/
H A Dvirtio_vsock.h31 u32 peer_buf_alloc; member
/kernel/linux/linux-6.6/include/linux/
H A Dvirtio_vsock.h134 u32 peer_buf_alloc; member

Completed in 5 milliseconds