API Reference Manual
1.46.0
|
IPSEC outbound operation parameters. More...
#include <ipsec_types.h>
Data Fields | |
int | num_sa |
Number of SAs. More... | |
int | num_opt |
Number of outbound operation options. More... | |
const odp_ipsec_sa_t * | sa |
Pointer to an array of IPSEC SAs. | |
const odp_ipsec_out_opt_t * | opt |
Pointer to an array of outbound operation options. More... | |
IPSEC outbound operation parameters.
Definition at line 1275 of file api/spec/ipsec_types.h.
int odp_ipsec_out_param_t::num_sa |
Number of SAs.
Outbound IPSEC operation needs SA from application. Use either single SA for all packets, or a SA per packet.
Valid values are:
Definition at line 1285 of file api/spec/ipsec_types.h.
int odp_ipsec_out_param_t::num_opt |
Number of outbound operation options.
Valid values are:
Definition at line 1294 of file api/spec/ipsec_types.h.
const odp_ipsec_out_opt_t* odp_ipsec_out_param_t::opt |
Pointer to an array of outbound operation options.
May be NULL when num_opt is zero.
Definition at line 1303 of file api/spec/ipsec_types.h.