Searched refs:old_pkt (Results 1 – 1 of 1) sorted by relevance
2808 hns3_pktmbuf_copy_hdr(struct rte_mbuf *new_pkt, struct rte_mbuf *old_pkt) in hns3_pktmbuf_copy_hdr() argument2810 new_pkt->ol_flags = old_pkt->ol_flags; in hns3_pktmbuf_copy_hdr()2811 new_pkt->pkt_len = rte_pktmbuf_pkt_len(old_pkt); in hns3_pktmbuf_copy_hdr()2812 new_pkt->outer_l2_len = old_pkt->outer_l2_len; in hns3_pktmbuf_copy_hdr()2813 new_pkt->outer_l3_len = old_pkt->outer_l3_len; in hns3_pktmbuf_copy_hdr()2814 new_pkt->l2_len = old_pkt->l2_len; in hns3_pktmbuf_copy_hdr()2815 new_pkt->l3_len = old_pkt->l3_len; in hns3_pktmbuf_copy_hdr()2816 new_pkt->l4_len = old_pkt->l4_len; in hns3_pktmbuf_copy_hdr()2817 new_pkt->vlan_tci_outer = old_pkt->vlan_tci_outer; in hns3_pktmbuf_copy_hdr()2818 new_pkt->vlan_tci = old_pkt->vlan_tci; in hns3_pktmbuf_copy_hdr()