| rte_mbuf_dynfield(3) | Library Functions Manual | rte_mbuf_dynfield(3) |
rte_mbuf_dynfield
#include <rte_mbuf_dyn.h>
char name [RTE_MBUF_DYN_NAMESIZE]
size_t size
size_t align
unsigned int flags
Structure describing the parameters of a mbuf dynamic field.
Definition at line 85 of file rte_mbuf_dyn.h.
Name of the field.
Definition at line 86 of file rte_mbuf_dyn.h.
The number of bytes to reserve.
Definition at line 87 of file rte_mbuf_dyn.h.
The alignment constraint (power of 2).
Definition at line 88 of file rte_mbuf_dyn.h.
Reserved for future use, must be 0.
Definition at line 89 of file rte_mbuf_dyn.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |