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_tailq_entry

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                              rte_tailq_entry(3)

Detailed Description

       dummy structure type used by the rte_tailq APIs

       Definition at line 21 of file rte_tailq.h.

Field Documentation

void*data
       Pointer to the data referenced by this tailq entry

       Definition at line 23 of file rte_tailq.h.

Member Function Documentation

RTE_TAILQ_ENTRY(rte_tailq_entry)
       Pointer entries for a tailq list

Name

       rte_tailq_entry

Synopsis

       #include <rte_tailq.h>

   PublicMemberFunctionsRTE_TAILQ_ENTRY (rte_tailq_entry) next

   DataFields
       void * data

See Also