logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_ip_frag_death_row

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_ip_frag_death_row(3)

Detailed Description

       mbuf death row (packets to be freed)

       Definition at line 38 of file rte_ip_frag.h.

Field Documentation

uint32_tcnt
       number of mbufs currently on death row

       Definition at line 39 of file rte_ip_frag.h.

   structrte_mbuf*row[RTE_IP_FRAG_DEATH_ROW_MBUF_LEN]
       mbufs to be freed

       Definition at line 40 of file rte_ip_frag.h.

Name

       rte_ip_frag_death_row

Synopsis

       #include <rte_ip_frag.h>

   DataFields
       uint32_t cnt
       struct rte_mbuf * row [RTE_IP_FRAG_DEATH_ROW_MBUF_LEN]

See Also