FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | esp_decrypt_trace_t |
struct | esp_decrypt_packet_data_t |
Macros | |
#define | foreach_esp_decrypt_next |
#define | foreach_esp_decrypt_error |
#define | ESP_ENCRYPT_PD_F_FD_TRANSPORT (1 << 2) |
Enumerations | |
enum | esp_decrypt_next_t { ESP_DECRYPT_N_NEXT, ESP_DECRYPT_N_NEXT } |
enum | esp_decrypt_error_t { ESP_DECRYPT_N_ERROR, ESP_DECRYPT_N_ERROR } |
Functions | |
static u8 * | format_esp_decrypt_trace (u8 *s, va_list *args) |
STATIC_ASSERT_SIZEOF (esp_decrypt_packet_data_t, 2 *sizeof(u64)) | |
static uword | esp_decrypt_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int is_ip6) |
VLIB_NODE_FN() | esp4_decrypt_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
VLIB_NODE_FN() | esp6_decrypt_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
Variables | |
static char * | esp_decrypt_error_strings [] |
vlib_node_registration_t | esp4_decrypt_node |
(constructor) VLIB_REGISTER_NODE (esp4_decrypt_node) More... | |
vlib_node_registration_t | esp6_decrypt_node |
(constructor) VLIB_REGISTER_NODE (esp6_decrypt_node) More... | |
#define ESP_ENCRYPT_PD_F_FD_TRANSPORT (1 << 2) |
Definition at line 108 of file esp_decrypt.c.
#define foreach_esp_decrypt_error |
Definition at line 41 of file esp_decrypt.c.
#define foreach_esp_decrypt_next |
Definition at line 26 of file esp_decrypt.c.
enum esp_decrypt_error_t |
Enumerator | |
---|---|
ESP_DECRYPT_N_ERROR | |
ESP_DECRYPT_N_ERROR |
Definition at line 52 of file esp_decrypt.c.
enum esp_decrypt_next_t |
Enumerator | |
---|---|
ESP_DECRYPT_N_NEXT | |
ESP_DECRYPT_N_NEXT |
Definition at line 33 of file esp_decrypt.c.
VLIB_NODE_FN() esp4_decrypt_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | from_frame | ||
) |
VLIB_NODE_FN() esp6_decrypt_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | from_frame | ||
) |
|
inlinestatic |
Definition at line 111 of file esp_decrypt.c.
STATIC_ASSERT_SIZEOF | ( | esp_decrypt_packet_data_t | , |
2 * | sizeofu64 | ||
) |
vlib_node_registration_t esp4_decrypt_node |
(constructor) VLIB_REGISTER_NODE (esp4_decrypt_node)
Definition at line 479 of file esp_decrypt.c.
vlib_node_registration_t esp6_decrypt_node |
(constructor) VLIB_REGISTER_NODE (esp6_decrypt_node)
Definition at line 505 of file esp_decrypt.c.
|
static |
Definition at line 60 of file esp_decrypt.c.