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_mbuf_dynflag

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                             rte_mbuf_dynflag(3)

Detailed Description

       Structure describing the parameters of a mbuf dynamic flag.

       Definition at line 95 of file rte_mbuf_dyn.h.

Field Documentation

charname[RTE_MBUF_DYN_NAMESIZE]
       Name of the dynamic flag.

       Definition at line 96 of file rte_mbuf_dyn.h.

   unsignedintflags
       Reserved for future use, must be 0.

       Definition at line 97 of file rte_mbuf_dyn.h.

Name

       rte_mbuf_dynflag

Synopsis

       #include <rte_mbuf_dyn.h>

   DataFields
       char name [RTE_MBUF_DYN_NAMESIZE]
       unsigned int flags

See Also