Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c3261 hns3_pktmbuf_copy_hdr(struct rte_mbuf *new_pkt, struct rte_mbuf *old_pkt) in hns3_pktmbuf_copy_hdr() argument
3263 new_pkt->ol_flags = old_pkt->ol_flags; in hns3_pktmbuf_copy_hdr()
3264 new_pkt->pkt_len = rte_pktmbuf_pkt_len(old_pkt); in hns3_pktmbuf_copy_hdr()
3265 new_pkt->outer_l2_len = old_pkt->outer_l2_len; in hns3_pktmbuf_copy_hdr()
3266 new_pkt->outer_l3_len = old_pkt->outer_l3_len; in hns3_pktmbuf_copy_hdr()
3267 new_pkt->l2_len = old_pkt->l2_len; in hns3_pktmbuf_copy_hdr()
3268 new_pkt->l3_len = old_pkt->l3_len; in hns3_pktmbuf_copy_hdr()
3269 new_pkt->l4_len = old_pkt->l4_len; in hns3_pktmbuf_copy_hdr()
3270 new_pkt->vlan_tci_outer = old_pkt->vlan_tci_outer; in hns3_pktmbuf_copy_hdr()
3271 new_pkt->vlan_tci = old_pkt->vlan_tci; in hns3_pktmbuf_copy_hdr()