#include <pktmbuf.h>
◆ TAILQ_ENTRY()
Next pktmbuf_info structure entry 
 
 
◆ name
pktmbuf_info name string can be empty 
Definition at line 79 of file pktmbuf.h.
 
 
◆ addr
Address of pktmbuf array 
Definition at line 80 of file pktmbuf.h.
 
 
◆ pd
Pool data pointer i.e. mempool pointer like value 
Definition at line 81 of file pktmbuf.h.
 
 
◆ ops
pktmbuf functions pointers 
Definition at line 82 of file pktmbuf.h.
 
 
◆ bufcnt
Number of buffers created 
Definition at line 83 of file pktmbuf.h.
 
 
◆ bufsz
Size of each buffer 
Definition at line 84 of file pktmbuf.h.
 
 
◆ cache_sz
Cache size if needed for allocation cache 
Definition at line 85 of file pktmbuf.h.
 
 
◆ metadata_bufsz
Size of of metadata buffers 
Definition at line 86 of file pktmbuf.h.
 
 
◆ metadata
Pointer to metadata buffers 
Definition at line 87 of file pktmbuf.h.
 
 
The documentation for this struct was generated from the following file: