| rte_ipsec_session(3) | Library Functions Manual | rte_ipsec_session(3) |
rte_ipsec_session
#include <rte_ipsec.h>
struct rte_ipsec_sa * sa
enum rte_security_session_action_type type
union {
};
struct rte_ipsec_sa_pkt_func pkt_func
rte_ipsec_session is an aggregate structure that defines particular IPsec Security Association IPsec (SA) on given security/crypto device:
Definition at line 78 of file rte_ipsec.h.
SA that session belongs to. Note that multiple sessions can belong to the same SA.
Definition at line 83 of file rte_ipsec.h.
session action type
Definition at line 85 of file rte_ipsec.h.
session and related data
functions to prepare/process IPsec packets
Definition at line 99 of file rte_ipsec.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |