Searched refs:rte_pktmbuf_attach (Results 1 – 9 of 9) sorted by relevance
89 rte_pktmbuf_attach(pyld_segment, pkt_in); in gso_do_segment()
149 rte_pktmbuf_attach(out_seg, in_seg); in rte_ipv6_fragment_packet()
148 rte_pktmbuf_attach(out_seg, in_seg); in rte_ipv4_fragment_packet()
244 A buffer becomes indirect when it is "attached" to a direct buffer using the rte_pktmbuf_attach() f…252 Attempting to attach buffer A to indirect buffer B that is attached to C, makes rte_pktmbuf_attach(…257 While the attach/detach operations can be invoked directly using the recommended rte_pktmbuf_attach…
15 To avoid copying of the actual packet's data zero-copy technique is used (rte_pktmbuf_attach).
535 rte_pktmbuf_attach(mi, md); in rte_pktmbuf_clone()
1147 static inline void rte_pktmbuf_attach(struct rte_mbuf *mi, struct rte_mbuf *m) in rte_pktmbuf_attach() function
624 rte_pktmbuf_attach(clone, m); in test_attach_from_different_pool()653 rte_pktmbuf_attach(clone2, clone); in test_attach_from_different_pool()
13 This feature removes a limitation of ``rte_pktmbuf_attach()`` which