peer_fwd_cnt       38 include/linux/virtio_vsock.h 	u32 peer_fwd_cnt;
peer_fwd_cnt      239 net/vmw_vsock/virtio_transport_common.c 	ret = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt);
peer_fwd_cnt      375 net/vmw_vsock/virtio_transport_common.c 	bytes = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt);
peer_fwd_cnt     1054 net/vmw_vsock/virtio_transport_common.c 	vvs->peer_fwd_cnt = le32_to_cpu(pkt->hdr.fwd_cnt);