FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Data Fields | |
union { | |
struct { | |
u8 hop_limit | |
u32 ip_version_traffic_class_and_flow_label | |
} | |
struct { | |
u8 ttl | |
u8 tos | |
} | |
}; | |
i16 | current_data |
u8 | skip |
u32 | sa_index |
Definition at line 110 of file ah_encrypt.c.
union { ... } |
i16 ah_encrypt_packet_data_t::current_data |
Definition at line 126 of file ah_encrypt.c.
u8 ah_encrypt_packet_data_t::hop_limit |
Definition at line 116 of file ah_encrypt.c.
u32 ah_encrypt_packet_data_t::ip_version_traffic_class_and_flow_label |
Definition at line 117 of file ah_encrypt.c.
u32 ah_encrypt_packet_data_t::sa_index |
Definition at line 128 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 123 of file ah_encrypt.c.
u8 ah_encrypt_packet_data_t::ttl |
Definition at line 122 of file ah_encrypt.c.