FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
esp_decrypt_packet_data_t Struct Reference

The post data structure to for esp_encrypt/decrypt_inline to write to vib_buffer_t opaque unused field, and for post nodes to pick up after dequeue. More...

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
 
u16 is_chain
 
u32 seq_hi
 

Detailed Description

The post data structure to for esp_encrypt/decrypt_inline to write to vib_buffer_t opaque unused field, and for post nodes to pick up after dequeue.

Definition at line 184 of file esp.h.

Field Documentation

◆ @442

union { ... }

◆ current_data

i16 esp_decrypt_packet_data_t::current_data

Definition at line 199 of file esp.h.

◆ current_length

i16 esp_decrypt_packet_data_t::current_length

Definition at line 200 of file esp.h.

◆ flags

ipsec_sa_flags_t esp_decrypt_packet_data_t::flags

Definition at line 192 of file esp.h.

◆ hdr_sz

u16 esp_decrypt_packet_data_t::hdr_sz

Definition at line 201 of file esp.h.

◆ icv_sz

u8 esp_decrypt_packet_data_t::icv_sz

Definition at line 190 of file esp.h.

◆ is_chain

u16 esp_decrypt_packet_data_t::is_chain

Definition at line 202 of file esp.h.

◆ iv_sz

u8 esp_decrypt_packet_data_t::iv_sz

Definition at line 191 of file esp.h.

◆ sa_data

u64 esp_decrypt_packet_data_t::sa_data

Definition at line 195 of file esp.h.

◆ sa_index

u32 esp_decrypt_packet_data_t::sa_index

Definition at line 193 of file esp.h.

◆ seq

u32 esp_decrypt_packet_data_t::seq

Definition at line 198 of file esp.h.

◆ seq_hi

u32 esp_decrypt_packet_data_t::seq_hi

Definition at line 203 of file esp.h.


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