Searched refs:out_seg (Results 1 – 2 of 2) sorted by relevance
135 struct rte_mbuf *out_seg = NULL; in rte_ipv6_fragment_packet() local139 out_seg = rte_pktmbuf_alloc(pool_indirect); in rte_ipv6_fragment_packet()140 if (unlikely(out_seg == NULL)) { in rte_ipv6_fragment_packet()145 out_seg_prev->next = out_seg; in rte_ipv6_fragment_packet()146 out_seg_prev = out_seg; in rte_ipv6_fragment_packet()149 rte_pktmbuf_attach(out_seg, in_seg); in rte_ipv6_fragment_packet()154 out_seg->data_off = in_seg->data_off + in_seg_data_pos; in rte_ipv6_fragment_packet()155 out_seg->data_len = (uint16_t)len; in rte_ipv6_fragment_packet()
134 struct rte_mbuf *out_seg = NULL; in rte_ipv4_fragment_packet() local138 out_seg = rte_pktmbuf_alloc(pool_indirect); in rte_ipv4_fragment_packet()139 if (unlikely(out_seg == NULL)) { in rte_ipv4_fragment_packet()144 out_seg_prev->next = out_seg; in rte_ipv4_fragment_packet()145 out_seg_prev = out_seg; in rte_ipv4_fragment_packet()148 rte_pktmbuf_attach(out_seg, in_seg); in rte_ipv4_fragment_packet()153 out_seg->data_off = in_seg->data_off + in_seg_data_pos; in rte_ipv4_fragment_packet()154 out_seg->data_len = (uint16_t)len; in rte_ipv4_fragment_packet()