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_ipsec_group

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                              rte_ipsec_group(3)

Detailed Description

       Used to group mbufs by some id. See below for particular usage.

       Definition at line 27 of file rte_ipsec_group.h.

Field Documentation

union{...}id
       grouped by value

   structrte_mbuf**m
       start of the group

       Definition at line 32 of file rte_ipsec_group.h.

   uint32_tcnt
       number of entries in the group

       Definition at line 33 of file rte_ipsec_group.h.

   int32_trc
       status code associated with the group

       Definition at line 34 of file rte_ipsec_group.h.

Name

       rte_ipsec_group

Synopsis

       #include <rte_ipsec_group.h>

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

See Also