Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c815 struct virtio_net_hdr_mrg_rxbuf tmp_hdr, *hdr = NULL; in copy_mbuf_to_desc() local
835 hdr = &tmp_hdr; in copy_mbuf_to_desc()
887 if (unlikely(hdr == &tmp_hdr)) { in copy_mbuf_to_desc()
981 struct virtio_net_hdr_mrg_rxbuf tmp_hdr, *hdr = NULL; in async_mbuf_to_desc() local
1008 hdr = &tmp_hdr; in async_mbuf_to_desc()
1061 if (unlikely(hdr == &tmp_hdr)) { in async_mbuf_to_desc()
1925 struct virtio_net_hdr tmp_hdr; in copy_desc_to_mbuf() local
1946 copy_vnet_hdr_from_desc(&tmp_hdr, buf_vec); in copy_desc_to_mbuf()
1947 hdr = &tmp_hdr; in copy_desc_to_mbuf()