DPDK
18.05.1
|
#include <rte_ip_frag.h>
Data Fields | |
uint32_t | cnt |
struct rte_mbuf * | row [IP_FRAG_DEATH_ROW_LEN *(IP_MAX_FRAG_NUM+1)] |
mbuf death row (packets to be freed)
Definition at line 69 of file rte_ip_frag.h.
uint32_t cnt |
number of mbufs currently on death row
Definition at line 70 of file rte_ip_frag.h.
struct rte_mbuf* row[IP_FRAG_DEATH_ROW_LEN *(IP_MAX_FRAG_NUM+1)] |
mbufs to be freed
Definition at line 71 of file rte_ip_frag.h.