FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Data Fields | |
union { | |
struct { | |
u8 icv_sz | |
u8 iv_sz | |
ipsec_sa_flags_t flags:8 | |
u32 sa_index | |
} | |
u64 sa_data | |
}; | |
i16 | current_data |
i16 | current_length |
u16 | hdr_sz |
Definition at line 87 of file esp_decrypt.c.
union { ... } |
i16 esp_decrypt_packet_data_t::current_data |
Definition at line 101 of file esp_decrypt.c.
i16 esp_decrypt_packet_data_t::current_length |
Definition at line 102 of file esp_decrypt.c.
ipsec_sa_flags_t esp_decrypt_packet_data_t::flags |
Definition at line 95 of file esp_decrypt.c.
u16 esp_decrypt_packet_data_t::hdr_sz |
Definition at line 103 of file esp_decrypt.c.
u8 esp_decrypt_packet_data_t::icv_sz |
Definition at line 93 of file esp_decrypt.c.
u8 esp_decrypt_packet_data_t::iv_sz |
Definition at line 94 of file esp_decrypt.c.
u64 esp_decrypt_packet_data_t::sa_data |
Definition at line 98 of file esp_decrypt.c.
u32 esp_decrypt_packet_data_t::sa_index |
Definition at line 96 of file esp_decrypt.c.