Home
last modified time | relevance | path

Searched refs:rte_pktmbuf_attach (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/lib/librte_gso/
H A Dgso_common.c89 rte_pktmbuf_attach(pyld_segment, pkt_in); in gso_do_segment()
/f-stack/dpdk/lib/librte_ip_frag/
H A Drte_ipv6_fragmentation.c149 rte_pktmbuf_attach(out_seg, in_seg); in rte_ipv6_fragment_packet()
H A Drte_ipv4_fragmentation.c148 rte_pktmbuf_attach(out_seg, in_seg); in rte_ipv4_fragment_packet()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmbuf_lib.rst244 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
H A Dip_fragment_reassembly_lib.rst15 To avoid copying of the actual packet's data zero-copy technique is used (rte_pktmbuf_attach).
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.c535 rte_pktmbuf_attach(mi, md); in rte_pktmbuf_clone()
H A Drte_mbuf.h1147 static inline void rte_pktmbuf_attach(struct rte_mbuf *mi, struct rte_mbuf *m) in rte_pktmbuf_attach() function
/f-stack/dpdk/app/test/
H A Dtest_mbuf.c624 rte_pktmbuf_attach(clone, m); in test_attach_from_different_pool()
653 rte_pktmbuf_attach(clone2, clone); in test_attach_from_different_pool()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst13 This feature removes a limitation of ``rte_pktmbuf_attach()`` which