FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | esp_encrypt_trace_t |
Macros | |
#define | foreach_esp_encrypt_next |
#define | foreach_esp_encrypt_error |
#define | foreach_esp_encrypt_post_error _(PKTS, "ESP post pkts") |
Enumerations | |
enum | esp_encrypt_next_t { ESP_ENCRYPT_N_NEXT, ESP_ENCRYPT_N_NEXT } |
enum | esp_encrypt_error_t { ESP_ENCRYPT_N_ERROR, ESP_ENCRYPT_N_ERROR } |
enum | esp_encrypt_post_error_t { ESP_ENCRYPT_POST_N_ERROR } |
Functions | |
static u8 * | format_esp_encrypt_trace (u8 *s, va_list *args) |
static uword | dpdk_esp_encrypt_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
static u8 * | format_esp_encrypt_post_trace (u8 *s, va_list *args) |
static uword | dpdk_esp_encrypt_post_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
Variables | |
static char * | esp_encrypt_error_strings [] |
vlib_node_registration_t | dpdk_esp_encrypt_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp_encrypt_node) More... | |
static char * | esp_encrypt_post_error_strings [] |
vlib_node_registration_t | dpdk_esp_encrypt_post_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp_encrypt_post_node) More... | |
#define foreach_esp_encrypt_error |
Definition at line 42 of file esp_encrypt.c.
#define foreach_esp_encrypt_next |
Definition at line 28 of file esp_encrypt.c.
#define foreach_esp_encrypt_post_error _(PKTS, "ESP post pkts") |
Definition at line 513 of file esp_encrypt.c.
enum esp_encrypt_error_t |
Enumerator | |
---|---|
ESP_ENCRYPT_N_ERROR | |
ESP_ENCRYPT_N_ERROR |
Definition at line 50 of file esp_encrypt.c.
enum esp_encrypt_next_t |
Enumerator | |
---|---|
ESP_ENCRYPT_N_NEXT | |
ESP_ENCRYPT_N_NEXT |
Definition at line 35 of file esp_encrypt.c.
Enumerator | |
---|---|
ESP_ENCRYPT_POST_N_ERROR |
Definition at line 515 of file esp_encrypt.c.
|
static |
|
static |
Definition at line 76 of file esp_encrypt.c.
vlib_node_registration_t dpdk_esp_encrypt_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp_encrypt_node)
Definition at line 64 of file esp_encrypt.c.
vlib_node_registration_t dpdk_esp_encrypt_post_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp_encrypt_post_node)
Definition at line 529 of file esp_encrypt.c.
|
static |
Definition at line 58 of file esp_encrypt.c.
|
static |
Definition at line 523 of file esp_encrypt.c.