NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
decrypt_rule Struct Reference

#include </opt/mellanox/doca/applications/ipsec_security_gw/ipsec_ctx.h>

Collaboration diagram for decrypt_rule:

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
 

Detailed Description

Definition at line 80 of file ipsec_ctx.h.

Field Documentation

◆ 

union { ... }

◆ antireplay_state

struct antireplay_state decrypt_rule::antireplay_state

Definition at line 86 of file ipsec_ctx.h.

◆ dst_ip4

doca_be32_t decrypt_rule::dst_ip4

Definition at line 83 of file ipsec_ctx.h.

◆ dst_ip6

doca_be32_t decrypt_rule::dst_ip6[4]

Definition at line 84 of file ipsec_ctx.h.

◆ entries

struct bad_syndrome_entry decrypt_rule::entries[NUM_OF_SYNDROMES]

Definition at line 86 of file ipsec_ctx.h.

◆ esp_spi

doca_be32_t decrypt_rule::esp_spi

Definition at line 86 of file ipsec_ctx.h.

◆ inner_l3_type

enum doca_flow_l3_type decrypt_rule::inner_l3_type

Definition at line 86 of file ipsec_ctx.h.

◆ l3_type

enum doca_flow_l3_type decrypt_rule::l3_type

Definition at line 76 of file ipsec_ctx.h.

◆ sa_attrs

struct ipsec_security_gw_sa_attrs decrypt_rule::sa_attrs

Definition at line 86 of file ipsec_ctx.h.


The documentation for this struct was generated from the following file: