DPDK  20.05.0-rc0
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_MBUF_LEN]
 

Detailed Description

mbuf death row (packets to be freed)

Examples:
examples/ip_reassembly/main.c, and examples/ipsec-secgw/ipsec-secgw.c.

Definition at line 80 of file rte_ip_frag.h.

Field Documentation

uint32_t cnt

number of mbufs currently on death row

Definition at line 81 of file rte_ip_frag.h.

struct rte_mbuf* row[IP_FRAG_DEATH_ROW_MBUF_LEN]

mbufs to be freed

Definition at line 82 of file rte_ip_frag.h.


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