Home
last modified time | relevance | path

Searched refs:fwd_cnt (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
H A Dvsock_virtio_transport_common.h91 __u32 fwd_cnt
101 fwd_cnt
113 __field(__u32, fwd_cnt)
125 __entry->fwd_cnt = fwd_cnt;
128 "buf_alloc=%u fwd_cnt=%u",
136 __entry->fwd_cnt)
/kernel/linux/linux-6.6/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;
131 "buf_alloc=%u fwd_cnt=%u",
139 __entry->fwd_cnt)
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dvirtio_transport_common.c72 hdr->fwd_cnt = cpu_to_le32(0); in virtio_transport_alloc_skb()
293 vvs->fwd_cnt += len; in virtio_transport_dec_rx_pkt()
301 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()
302 hdr->fwd_cnt = cpu_to_le32(vvs->fwd_cnt); in virtio_transport_inc_tx_pkt()
444 fwd_cnt_delta = vvs->fwd_cnt - vvs->last_fwd_cnt; in virtio_transport_stream_do_dequeue()
1286 /* buf_alloc and fwd_cnt is always included in the hdr */ in virtio_transport_space_update()
1289 vvs->peer_fwd_cnt = le32_to_cpu(hdr->fwd_cnt); in virtio_transport_space_update()
1388 le32_to_cpu(hdr->fwd_cnt)); in virtio_transport_recv_pkt()
1543 (vvs->fwd_cnt ! in virtio_transport_notify_set_rcvlowat()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvirtio_vsock.h63 __le32 fwd_cnt; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvirtio_vsock.h30 __le32 fwd_cnt; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvirtio_vsock.h43 __le32 fwd_cnt; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvirtio_vsock.h43 __le32 fwd_cnt; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvirtio_vsock.h66 __le32 fwd_cnt; member
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dvirtio_transport_common.c236 vvs->fwd_cnt += pkt->len; in virtio_transport_dec_rx_pkt()
242 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()
243 pkt->hdr.fwd_cnt = cpu_to_le32(vvs->fwd_cnt); in virtio_transport_inc_tx_pkt()
376 fwd_cnt_delta = vvs->fwd_cnt - vvs->last_fwd_cnt; in virtio_transport_stream_do_dequeue()
1035 /* buf_alloc and fwd_cnt is always included in the hdr */ in virtio_transport_space_update()
1038 vvs->peer_fwd_cnt = le32_to_cpu(pkt->hdr.fwd_cnt); in virtio_transport_space_update()
1129 le32_to_cpu(pkt->hdr.fwd_cnt)); in virtio_transport_recv_pkt()
/kernel/linux/linux-5.10/include/linux/
H A Dvirtio_vsock.h34 u32 fwd_cnt; member
/kernel/linux/linux-6.6/include/linux/
H A Dvirtio_vsock.h137 u32 fwd_cnt; member

Completed in 6 milliseconds