FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
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 |
Definition at line 99 of file esp_decrypt.c.
union { ... } |
i16 esp_decrypt_packet_data_t::current_data |
Definition at line 114 of file esp_decrypt.c.
i16 esp_decrypt_packet_data_t::current_length |
Definition at line 115 of file esp_decrypt.c.
ipsec_sa_flags_t esp_decrypt_packet_data_t::flags |
Definition at line 107 of file esp_decrypt.c.
u16 esp_decrypt_packet_data_t::hdr_sz |
Definition at line 116 of file esp_decrypt.c.
u8 esp_decrypt_packet_data_t::icv_sz |
Definition at line 105 of file esp_decrypt.c.
u8 esp_decrypt_packet_data_t::iv_sz |
Definition at line 106 of file esp_decrypt.c.
u64 esp_decrypt_packet_data_t::sa_data |
Definition at line 110 of file esp_decrypt.c.
u32 esp_decrypt_packet_data_t::sa_index |
Definition at line 108 of file esp_decrypt.c.
u32 esp_decrypt_packet_data_t::seq |
Definition at line 113 of file esp_decrypt.c.