FD.io VPP  v19.08-27-gf4dcae4
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

union { ... }
i16 esp_decrypt_packet_data_t::current_data

Definition at line 107 of file esp_decrypt.c.

i16 esp_decrypt_packet_data_t::current_length

Definition at line 108 of file esp_decrypt.c.

ipsec_sa_flags_t esp_decrypt_packet_data_t::flags

Definition at line 100 of file esp_decrypt.c.

u16 esp_decrypt_packet_data_t::hdr_sz

Definition at line 109 of file esp_decrypt.c.

u8 esp_decrypt_packet_data_t::icv_sz

Definition at line 98 of file esp_decrypt.c.

u8 esp_decrypt_packet_data_t::iv_sz

Definition at line 99 of file esp_decrypt.c.

u64 esp_decrypt_packet_data_t::sa_data

Definition at line 103 of file esp_decrypt.c.

u32 esp_decrypt_packet_data_t::sa_index

Definition at line 101 of file esp_decrypt.c.

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: