![]() |
FD.io VPP
v21.01-8-g9330de53e
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 111 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 120 of file ah_encrypt.c.
| u32 ah_encrypt_packet_data_t::sa_index |
Definition at line 130 of file ah_encrypt.c.
| u8 ah_encrypt_packet_data_t::skip |
Definition at line 129 of file ah_encrypt.c.
| u8 ah_encrypt_packet_data_t::tos |
Definition at line 125 of file ah_encrypt.c.
| u8 ah_encrypt_packet_data_t::ttl |
Definition at line 124 of file ah_encrypt.c.