Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A 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)
/openbmc/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c75 hdr->fwd_cnt = cpu_to_le32(0); in virtio_transport_alloc_skb()
296 vvs->fwd_cnt += len; in virtio_transport_dec_rx_pkt()
304 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()
305 hdr->fwd_cnt = cpu_to_le32(vvs->fwd_cnt); in virtio_transport_inc_tx_pkt()
447 fwd_cnt_delta = vvs->fwd_cnt - vvs->last_fwd_cnt; in virtio_transport_stream_do_dequeue()
1303 vvs->peer_fwd_cnt = le32_to_cpu(hdr->fwd_cnt); in virtio_transport_space_update()
1410 le32_to_cpu(hdr->fwd_cnt)); in virtio_transport_recv_pkt()
1578 (vvs->fwd_cnt != vvs->last_fwd_cnt); in virtio_transport_notify_set_rcvlowat()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_vsock.h66 uint32_t fwd_cnt; member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_vsock.h66 __le32 fwd_cnt; member
/openbmc/linux/include/linux/
H A Dvirtio_vsock.h137 u32 fwd_cnt; member