FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | esp_decrypt_trace_t |
Macros | |
#define | foreach_esp_decrypt_next |
#define | foreach_esp_decrypt_error |
#define | foreach_esp_decrypt_post_error _(PKTS, "ESP post pkts") |
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 } |
enum | esp_decrypt_post_error_t { ESP_DECRYPT_POST_N_ERROR } |
Functions | |
static u8 * | format_esp_decrypt_trace (u8 *s, va_list *args) |
static uword | dpdk_esp_decrypt_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
static u8 * | format_esp_decrypt_post_trace (u8 *s, va_list *args) |
static uword | dpdk_esp_decrypt_post_node_fn (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 | dpdk_esp_decrypt_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp_decrypt_node) More... | |
static char * | esp_decrypt_post_error_strings [] |
vlib_node_registration_t | dpdk_esp_decrypt_post_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp_decrypt_post_node) More... | |
#define foreach_esp_decrypt_error |
Definition at line 40 of file esp_decrypt.c.
#define foreach_esp_decrypt_next |
Definition at line 28 of file esp_decrypt.c.
#define foreach_esp_decrypt_post_error _(PKTS, "ESP post pkts") |
Definition at line 393 of file esp_decrypt.c.
enum esp_decrypt_error_t |
Enumerator | |
---|---|
ESP_DECRYPT_N_ERROR | |
ESP_DECRYPT_N_ERROR |
Definition at line 51 of file esp_decrypt.c.
enum esp_decrypt_next_t |
Enumerator | |
---|---|
ESP_DECRYPT_N_NEXT | |
ESP_DECRYPT_N_NEXT |
Definition at line 34 of file esp_decrypt.c.
Enumerator | |
---|---|
ESP_DECRYPT_POST_N_ERROR |
Definition at line 396 of file esp_decrypt.c.
|
static |
|
static |
Definition at line 72 of file esp_decrypt.c.
vlib_node_registration_t dpdk_esp_decrypt_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp_decrypt_node)
Definition at line 64 of file esp_decrypt.c.
vlib_node_registration_t dpdk_esp_decrypt_post_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp_decrypt_post_node)
Definition at line 409 of file esp_decrypt.c.
|
static |
Definition at line 58 of file esp_decrypt.c.
|
static |
Definition at line 403 of file esp_decrypt.c.