FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Data Fields | |
union { | |
struct { | |
u8 hop_limit | |
u8 nexthdr | |
u32 ip_version_traffic_class_and_flow_label | |
} | |
struct { | |
u8 ttl | |
u8 tos | |
} | |
}; | |
u32 | sa_index |
u32 | seq |
u32 | seq_hi |
u8 | icv_padding_len |
u8 | icv_size |
u8 | ip_hdr_size |
i16 | current_data |
u8 | nexthdr_cached |
Definition at line 82 of file ah_decrypt.c.
union { ... } |
i16 ah_decrypt_packet_data_t::current_data |
Definition at line 105 of file ah_decrypt.c.
u8 ah_decrypt_packet_data_t::hop_limit |
Definition at line 88 of file ah_decrypt.c.
u8 ah_decrypt_packet_data_t::icv_padding_len |
Definition at line 102 of file ah_decrypt.c.
u8 ah_decrypt_packet_data_t::icv_size |
Definition at line 103 of file ah_decrypt.c.
u8 ah_decrypt_packet_data_t::ip_hdr_size |
Definition at line 104 of file ah_decrypt.c.
u32 ah_decrypt_packet_data_t::ip_version_traffic_class_and_flow_label |
Definition at line 90 of file ah_decrypt.c.
u8 ah_decrypt_packet_data_t::nexthdr |
Definition at line 89 of file ah_decrypt.c.
u8 ah_decrypt_packet_data_t::nexthdr_cached |
Definition at line 106 of file ah_decrypt.c.
u32 ah_decrypt_packet_data_t::sa_index |
Definition at line 99 of file ah_decrypt.c.
u32 ah_decrypt_packet_data_t::seq |
Definition at line 100 of file ah_decrypt.c.
u32 ah_decrypt_packet_data_t::seq_hi |
Definition at line 101 of file ah_decrypt.c.
u8 ah_decrypt_packet_data_t::tos |
Definition at line 96 of file ah_decrypt.c.
u8 ah_decrypt_packet_data_t::ttl |
Definition at line 95 of file ah_decrypt.c.