![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Include dependency graph for esp_encrypt.c: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 |
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 } |
Functions | |
| static u8 * | format_esp_encrypt_trace (u8 *s, va_list *args) |
| static uword | dpdk_esp_encrypt_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int is_ip6, int is_tun) |
| VLIB_NODE_FN() | dpdk_esp4_encrypt_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| VLIB_NODE_FN() | dpdk_esp6_encrypt_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| VLIB_NODE_FN() | dpdk_esp4_encrypt_tun_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| VLIB_NODE_FN() | dpdk_esp6_encrypt_tun_node (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_esp4_encrypt_node |
| (constructor) VLIB_REGISTER_NODE (dpdk_esp4_encrypt_node) More... | |
| vlib_node_registration_t | dpdk_esp6_encrypt_node |
| (constructor) VLIB_REGISTER_NODE (dpdk_esp6_encrypt_node) More... | |
| vlib_node_registration_t | dpdk_esp4_encrypt_tun_node |
| (constructor) VLIB_REGISTER_NODE (dpdk_esp4_encrypt_tun_node) More... | |
| vlib_node_registration_t | dpdk_esp6_encrypt_tun_node |
| (constructor) VLIB_REGISTER_NODE (dpdk_esp6_encrypt_tun_node) More... | |
| #define foreach_esp_encrypt_error |
Definition at line 45 of file esp_encrypt.c.
| #define foreach_esp_encrypt_next |
Definition at line 31 of file esp_encrypt.c.
| enum esp_encrypt_error_t |
| Enumerator | |
|---|---|
| ESP_ENCRYPT_N_ERROR | |
| ESP_ENCRYPT_N_ERROR | |
Definition at line 54 of file esp_encrypt.c.
| enum esp_encrypt_next_t |
| Enumerator | |
|---|---|
| ESP_ENCRYPT_N_NEXT | |
| ESP_ENCRYPT_N_NEXT | |
Definition at line 38 of file esp_encrypt.c.
| VLIB_NODE_FN() dpdk_esp4_encrypt_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() dpdk_esp4_encrypt_tun_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() dpdk_esp6_encrypt_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() dpdk_esp6_encrypt_tun_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
|
inlinestatic |
Definition at line 114 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vlib_node_registration_t dpdk_esp4_encrypt_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp4_encrypt_node)
Definition at line 619 of file esp_encrypt.c.
| vlib_node_registration_t dpdk_esp4_encrypt_tun_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp4_encrypt_tun_node)
Definition at line 665 of file esp_encrypt.c.
| vlib_node_registration_t dpdk_esp6_encrypt_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp6_encrypt_node)
Definition at line 642 of file esp_encrypt.c.
| vlib_node_registration_t dpdk_esp6_encrypt_tun_node |
(constructor) VLIB_REGISTER_NODE (dpdk_esp6_encrypt_tun_node)
Definition at line 688 of file esp_encrypt.c.
|
static |
Definition at line 62 of file esp_encrypt.c.