Home
last modified time | relevance | path

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

/dpdk/lib/gro/
H A Dgro_udp4.h200 struct rte_mbuf *pkt_head, *pkt_tail, *lastseg; in merge_two_udp4_packets() local
206 pkt_tail = pkt; in merge_two_udp4_packets()
209 pkt_tail = item->firstseg; in merge_two_udp4_packets()
216 + pkt_tail->pkt_len - hdr_len; in merge_two_udp4_packets()
221 rte_pktmbuf_adj(pkt_tail, hdr_len); in merge_two_udp4_packets()
238 pkt_head->nb_segs += pkt_tail->nb_segs; in merge_two_udp4_packets()
239 pkt_head->pkt_len += pkt_tail->pkt_len; in merge_two_udp4_packets()
H A Dgro_tcp4.h212 struct rte_mbuf *pkt_head, *pkt_tail, *lastseg; in merge_two_tcp4_packets() local
217 pkt_tail = pkt; in merge_two_tcp4_packets()
220 pkt_tail = item->firstseg; in merge_two_tcp4_packets()
227 if (unlikely(pkt_head->pkt_len - l2_len + pkt_tail->pkt_len - in merge_two_tcp4_packets()
232 rte_pktmbuf_adj(pkt_tail, hdr_len); in merge_two_tcp4_packets()
251 pkt_head->nb_segs += pkt_tail->nb_segs; in merge_two_tcp4_packets()
252 pkt_head->pkt_len += pkt_tail->pkt_len; in merge_two_tcp4_packets()