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_sad_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_ipsec_sad_conf(3)

Detailed Description

       IPsec SAD configuration structure

       Definition at line 59 of file rte_ipsec_sad.h.

Field Documentation

intsocket_id
       CPU socket ID where rte_ipsec_sad should be allocated

       Definition at line 61 of file rte_ipsec_sad.h.

   uint32_tmax_sa[RTE_IPSEC_SAD_KEY_TYPE_MASK]
       maximum number of SA for each type of key

       Definition at line 63 of file rte_ipsec_sad.h.

   uint32_tflags
       RTE_IPSEC_SAD_FLAG_* flags

       Definition at line 65 of file rte_ipsec_sad.h.

Name

       rte_ipsec_sad_conf

Synopsis

       #include <rte_ipsec_sad.h>

   DataFields
       int socket_id
       uint32_t max_sa [RTE_IPSEC_SAD_KEY_TYPE_MASK]
       uint32_t flags

See Also