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_security_tls_record_lifetime

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2             rte_security_tls_record_lifetime(3)

Detailed Description

       Configure soft and hard lifetime of a TLS record session.

       Lifetime of a TLS record session would specify the maximum number of packets that can be processed. TLS
       record processing operations would start failing once hard limit is reached.

       Soft limits can be specified to generate notification when the TLS record session is approaching hard
       limits for lifetime. This would result in a warning returned in rte_crypto_op.aux_flags.

       Definition at line 666 of file rte_security.h.

Field Documentation

uint64_tpackets_soft_limit
       Soft expiry limit in number of packets

       Definition at line 668 of file rte_security.h.

   uint64_tpackets_hard_limit
       Hard expiry limit in number of packets

       Definition at line 670 of file rte_security.h.

Name

       rte_security_tls_record_lifetime

Synopsis

       #include <rte_security.h>

   DataFields
       uint64_t packets_soft_limit
       uint64_t packets_hard_limit

See Also