Home
last modified time | relevance | path

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

/linux-6.12.1/include/trace/events/
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-6.12.1/include/uapi/linux/
Dvirtio_vsock.h66 __le32 fwd_cnt; member
/linux-6.12.1/net/vmw_vsock/
Dvirtio_transport_common.c133 hdr->fwd_cnt = cpu_to_le32(0); in virtio_transport_init_hdr()
452 vvs->fwd_cnt += len; in virtio_transport_dec_rx_pkt()
460 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()
461 hdr->fwd_cnt = cpu_to_le32(vvs->fwd_cnt); in virtio_transport_inc_tx_pkt()
628 fwd_cnt_delta = vvs->fwd_cnt - vvs->last_fwd_cnt; in virtio_transport_stream_do_dequeue()
1490 vvs->peer_fwd_cnt = le32_to_cpu(hdr->fwd_cnt); in virtio_transport_space_update()
1597 le32_to_cpu(hdr->fwd_cnt)); in virtio_transport_recv_pkt()
1762 (vvs->fwd_cnt != vvs->last_fwd_cnt); in virtio_transport_notify_set_rcvlowat()
/linux-6.12.1/include/linux/
Dvirtio_vsock.h139 u32 fwd_cnt; member