Home
last modified time | relevance | path

Searched refs:fwd_cnt (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/trace/events/
Dvsock_virtio_transport_common.h94 __u32 fwd_cnt
104 fwd_cnt
116 __field(__u32, fwd_cnt)
128 __entry->fwd_cnt = fwd_cnt;
139 __entry->fwd_cnt)
/Linux-v6.1/include/uapi/linux/
Dvirtio_vsock.h66 __le32 fwd_cnt; member
/Linux-v6.1/net/vmw_vsock/
Dvirtio_transport_common.c254 vvs->fwd_cnt += pkt->len; in virtio_transport_dec_rx_pkt()
260 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()
261 pkt->hdr.fwd_cnt = cpu_to_le32(vvs->fwd_cnt); in virtio_transport_inc_tx_pkt()
389 free_space = vvs->buf_alloc - (vvs->fwd_cnt - vvs->last_fwd_cnt); in virtio_transport_stream_do_dequeue()
1162 vvs->peer_fwd_cnt = le32_to_cpu(pkt->hdr.fwd_cnt); in virtio_transport_space_update()
1259 le32_to_cpu(pkt->hdr.fwd_cnt)); in virtio_transport_recv_pkt()
/Linux-v6.1/include/linux/
Dvirtio_vsock.h34 u32 fwd_cnt; member