Home
last modified time | relevance | path

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

/Linux-v6.6/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.6/include/uapi/linux/
Dvirtio_vsock.h66 __le32 fwd_cnt; member
/Linux-v6.6/net/vmw_vsock/
Dvirtio_transport_common.c291 vvs->fwd_cnt += len; in virtio_transport_dec_rx_pkt()
299 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()
300 hdr->fwd_cnt = cpu_to_le32(vvs->fwd_cnt); in virtio_transport_inc_tx_pkt()
440 free_space = vvs->buf_alloc - (vvs->fwd_cnt - vvs->last_fwd_cnt); in virtio_transport_stream_do_dequeue()
1274 vvs->peer_fwd_cnt = le32_to_cpu(hdr->fwd_cnt); in virtio_transport_space_update()
1373 le32_to_cpu(hdr->fwd_cnt)); in virtio_transport_recv_pkt()
/Linux-v6.6/include/linux/
Dvirtio_vsock.h137 u32 fwd_cnt; member