DPDK  16.11.11
Data Fields
rte_ip_frag_death_row Struct Reference

#include <rte_ip_frag.h>

Data Fields

uint32_t cnt
 
struct rte_mbufrow [IP_FRAG_DEATH_ROW_LEN *(IP_MAX_FRAG_NUM+1)]
 

Detailed Description

mbuf death row (packets to be freed)

Examples:
ip_reassembly/main.c.

Definition at line 105 of file rte_ip_frag.h.

Field Documentation

uint32_t cnt

number of mbufs currently on death row

Definition at line 106 of file rte_ip_frag.h.

mbufs to be freed

Definition at line 107 of file rte_ip_frag.h.


The documentation for this struct was generated from the following file: