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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                               rte_tailq_head(3)

Detailed Description

       The structure defining a tailq header entry for storing in the rte_config structure in shared memory.
       Each tailq is identified by name. Any library storing a set of objects e.g. rings, mempools, hash-tables,
       is recommended to use an entry here, so as to make it easy for a multi-process app to find already-
       created elements in shared memory.

       Definition at line 38 of file rte_tailq.h.

Field Documentation

structrte_tailq_entry_headtailq_head
       NOTE: must be first element

       Definition at line 39 of file rte_tailq.h.

Name

       rte_tailq_head

Synopsis

       #include <rte_tailq.h>

   DataFields
       struct rte_tailq_entry_head tailq_head

See Also