FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
esp_decrypt_packet_data_t Struct Reference

Data Fields

union {
   struct {
      u8   icv_sz
 
      u8   iv_sz
 
      ipsec_sa_flags_t   flags
 
      u32   sa_index
 
   } 
 
   u64   sa_data
 
}; 
 
u32 seq
 
i16 current_data
 
i16 current_length
 
u16 hdr_sz
 

Detailed Description

Definition at line 92 of file esp_decrypt.c.

Field Documentation

◆ @264

union { ... }

◆ current_data

i16 esp_decrypt_packet_data_t::current_data

Definition at line 107 of file esp_decrypt.c.

◆ current_length

i16 esp_decrypt_packet_data_t::current_length

Definition at line 108 of file esp_decrypt.c.

◆ flags

ipsec_sa_flags_t esp_decrypt_packet_data_t::flags

Definition at line 100 of file esp_decrypt.c.

◆ hdr_sz

u16 esp_decrypt_packet_data_t::hdr_sz

Definition at line 109 of file esp_decrypt.c.

◆ icv_sz

u8 esp_decrypt_packet_data_t::icv_sz

Definition at line 98 of file esp_decrypt.c.

◆ iv_sz

u8 esp_decrypt_packet_data_t::iv_sz

Definition at line 99 of file esp_decrypt.c.

◆ sa_data

u64 esp_decrypt_packet_data_t::sa_data

Definition at line 103 of file esp_decrypt.c.

◆ sa_index

u32 esp_decrypt_packet_data_t::sa_index

Definition at line 101 of file esp_decrypt.c.

◆ seq

u32 esp_decrypt_packet_data_t::seq

Definition at line 106 of file esp_decrypt.c.


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