Searched refs:new_pkt (Results 1 – 2 of 2) sorted by relevance
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()3271 new_pkt->vlan_tci = old_pkt->vlan_tci; in hns3_pktmbuf_copy_hdr()3343 *new_pkt = new_mbuf; in hns3_reassemble_tx_pkts()3945 struct rte_mbuf *new_pkt; in hns3_check_non_tso_pkt() local[all …]
1564 struct rte_mbuf *new_pkt = rsd->buf; in process_responses() local1568 new_pkt->data_len = bufsz; in process_responses()1571 npkt->next = new_pkt; in process_responses()1572 npkt = new_pkt; in process_responses()