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_pdcp_group(3)

Detailed Description

       Group packets belonging to same PDCP entity.

       Definition at line 29 of file rte_pdcp_group.h.

Field Documentation

union{...}id
       Grouped by value

   structrte_mbuf**m
       Start of the group

       Definition at line 34 of file rte_pdcp_group.h.

   uint32_tcnt
       Number of entries in the group

       Definition at line 35 of file rte_pdcp_group.h.

   int32_trc
       Status code associated with the group

       Definition at line 36 of file rte_pdcp_group.h.

Name

       rte_pdcp_group

Synopsis

       #include <rte_pdcp_group.h>

   DataFields
       union {
       } id
       struct rte_mbuf ** m
       uint32_t cnt
       int32_t rc

See Also