| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/ipsec_security_gw/ipsec_ctx.h>

Data Fields | |
| enum doca_flow_l3_type | l3_type |
| union { | |
| doca_be32_t dst_ip4 | |
| doca_be32_t dst_ip6 [4] | |
| }; | |
| doca_be32_t | esp_spi |
| enum doca_flow_l3_type | inner_l3_type |
| struct ipsec_security_gw_sa_attrs | sa_attrs |
| struct bad_syndrome_entry | entries [NUM_OF_SYNDROMES] |
| struct antireplay_state | antireplay_state |
Definition at line 80 of file ipsec_ctx.h.
| union { ... } |
| struct antireplay_state decrypt_rule::antireplay_state |
Definition at line 86 of file ipsec_ctx.h.
| doca_be32_t decrypt_rule::dst_ip4 |
Definition at line 83 of file ipsec_ctx.h.
| doca_be32_t decrypt_rule::dst_ip6[4] |
Definition at line 84 of file ipsec_ctx.h.
| struct bad_syndrome_entry decrypt_rule::entries[NUM_OF_SYNDROMES] |
Definition at line 86 of file ipsec_ctx.h.
| doca_be32_t decrypt_rule::esp_spi |
Definition at line 86 of file ipsec_ctx.h.
| enum doca_flow_l3_type decrypt_rule::inner_l3_type |
Definition at line 86 of file ipsec_ctx.h.
| enum doca_flow_l3_type decrypt_rule::l3_type |
Definition at line 76 of file ipsec_ctx.h.
| struct ipsec_security_gw_sa_attrs decrypt_rule::sa_attrs |
Definition at line 86 of file ipsec_ctx.h.