API Reference Manual
1.46.0
|
IPSEC inbound operation parameters. More...
#include <ipsec_types.h>
Data Fields | |
int | num_sa |
Number of SAs. More... | |
const odp_ipsec_sa_t * | sa |
Pointer to an array of IPSEC SAs. More... | |
IPSEC inbound operation parameters.
Definition at line 1310 of file api/spec/ipsec_types.h.
int odp_ipsec_in_param_t::num_sa |
Number of SAs.
Inbound IPSEC operation processes a packet using the SA provided by the application. If the application does not provide an SA, the operation searches for the SA by matching the input packet with all inbound SAs according to the lookup mode (odp_ipsec_lookup_mode_t) configured in each SA. When passing SAs, use either single SA for all packets, or a SA per packet.
Valid values are:
Definition at line 1325 of file api/spec/ipsec_types.h.
const odp_ipsec_sa_t* odp_ipsec_in_param_t::sa |
Pointer to an array of IPSEC SAs.
May be NULL when num_sa is zero.
Definition at line 1331 of file api/spec/ipsec_types.h.