CNDP
22.08.0
|
#include <pktmbuf_ops.h>
Data Fields | |
mbuf_ctor_t | mbuf_ctor |
mbuf_dtor_t | mbuf_dtor |
mbuf_alloc_t | mbuf_alloc |
mbuf_free_t | mbuf_free |
Function pointers to operate in pktmbuf setup/alloc/free.
Definition at line 72 of file pktmbuf_ops.h.
mbuf_ctor_t mbuf_ctor |
Initialize/Constructor function for pktmbuf setup
Definition at line 73 of file pktmbuf_ops.h.
mbuf_dtor_t mbuf_dtor |
Destroy/Deconstructor function for pktmbuf setup
Definition at line 74 of file pktmbuf_ops.h.
mbuf_alloc_t mbuf_alloc |
Pointer to pktmbuf allocation routine
Definition at line 75 of file pktmbuf_ops.h.
mbuf_free_t mbuf_free |
pointer to pktmbuf free routine
Definition at line 76 of file pktmbuf_ops.h.