Searched refs:pkt_tail (Results 1 – 2 of 2) sorted by relevance
202 struct rte_mbuf *pkt_head, *pkt_tail, *lastseg; in merge_two_udp4_packets() local208 pkt_tail = pkt; in merge_two_udp4_packets()211 pkt_tail = item->firstseg; in merge_two_udp4_packets()218 + pkt_tail->pkt_len - hdr_len; in merge_two_udp4_packets()223 rte_pktmbuf_adj(pkt_tail, hdr_len); in merge_two_udp4_packets()240 pkt_head->nb_segs += pkt_tail->nb_segs; in merge_two_udp4_packets()241 pkt_head->pkt_len += pkt_tail->pkt_len; in merge_two_udp4_packets()
214 struct rte_mbuf *pkt_head, *pkt_tail, *lastseg; in merge_two_tcp4_packets() local219 pkt_tail = pkt; in merge_two_tcp4_packets()222 pkt_tail = item->firstseg; in merge_two_tcp4_packets()229 if (unlikely(pkt_head->pkt_len - l2_len + pkt_tail->pkt_len - in merge_two_tcp4_packets()234 rte_pktmbuf_adj(pkt_tail, hdr_len); in merge_two_tcp4_packets()253 pkt_head->nb_segs += pkt_tail->nb_segs; in merge_two_tcp4_packets()254 pkt_head->pkt_len += pkt_tail->pkt_len; in merge_two_tcp4_packets()