FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Data Fields | |
union { | |
struct { | |
u32 ip_version_traffic_class_and_flow_label | |
u8 hop_limit | |
} | |
struct { | |
u8 ttl | |
u8 tos | |
} | |
}; | |
u8 | skip |
i16 | current_data |
u32 | sa_index |
Definition at line 110 of file ah_encrypt.c.
union { ... } |
i16 ah_encrypt_packet_data_t::current_data |
Definition at line 128 of file ah_encrypt.c.
u8 ah_encrypt_packet_data_t::hop_limit |
Definition at line 119 of file ah_encrypt.c.
u32 ah_encrypt_packet_data_t::ip_version_traffic_class_and_flow_label |
Definition at line 118 of file ah_encrypt.c.
u32 ah_encrypt_packet_data_t::sa_index |
Definition at line 129 of file ah_encrypt.c.
u8 ah_encrypt_packet_data_t::skip |
Definition at line 127 of file ah_encrypt.c.
u8 ah_encrypt_packet_data_t::tos |
Definition at line 124 of file ah_encrypt.c.
u8 ah_encrypt_packet_data_t::ttl |
Definition at line 123 of file ah_encrypt.c.