Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_vsock.h138 u32 fwd_cnt; member
/linux/include/trace/events/
H A Dvsock_virtio_transport_common.h98 __u32 fwd_cnt
108 fwd_cnt
120 __field(__u32, fwd_cnt)
132 __entry->fwd_cnt = fwd_cnt;
143 __entry->fwd_cnt)
/linux/include/uapi/linux/
H A Dvirtio_vsock.h66 __le32 fwd_cnt; member
/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c133 hdr->fwd_cnt = cpu_to_le32(0); in virtio_transport_init_hdr()
451 vvs->fwd_cnt += len; in virtio_transport_dec_rx_pkt()
459 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()
460 hdr->fwd_cnt = cpu_to_le32(vvs->fwd_cnt); in virtio_transport_inc_tx_pkt()
605 fwd_cnt_delta = vvs->fwd_cnt - vvs->last_fwd_cnt; in virtio_transport_stream_do_dequeue()
1453 vvs->peer_fwd_cnt = le32_to_cpu(hdr->fwd_cnt); in virtio_transport_space_update()
1552 le32_to_cpu(hdr->fwd_cnt)); in virtio_transport_recv_pkt()
1707 (vvs->fwd_cnt != vvs->last_fwd_cnt); in virtio_transport_notify_set_rcvlowat()