DPDK
20.05.0
|
#include <rte_mbuf_core.h>
Data Fields | |
rte_mbuf_extbuf_free_callback_t | free_cb |
void * | fcb_opaque |
rte_atomic16_t | refcnt_atomic |
Shared data at the end of an external buffer.Maximum number of nb_segs allowed.
Definition at line 676 of file rte_mbuf_core.h.
rte_mbuf_extbuf_free_callback_t free_cb |
Free callback function
Definition at line 677 of file rte_mbuf_core.h.
void* fcb_opaque |
Free callback argument
Definition at line 678 of file rte_mbuf_core.h.
rte_atomic16_t refcnt_atomic |
Atomically accessed refcnt
Definition at line 679 of file rte_mbuf_core.h.