![]() |
FD.io VPP
v16.12-rc0-308-g931be3a
Vector Packet Processing
|
Include dependency graph for cnat_ipv4_icmp_query_outside_input.c:Go to the source code of this file.
Data Structures | |
| struct | cnat_ipv4_icmp_q_outside_input_main_t |
Macros | |
| #define | foreach_cnat_ipv4_icmp_q_outside_input_error |
| #define | NSTAGES 5 |
| #define | stage0 generic_stage0 |
| #define | SPP_LOG2_CACHE_LINE_BYTES 6 |
| #define | SPP_CACHE_LINE_BYTES (1 << SPP_LOG2_CACHE_LINE_BYTES) |
Functions | |
| void | swap_ip_dst_icmp_id (ipv4_header *ip, icmp_v4_t *icmp, cnat_main_db_entry_t *db, u16 vrf) |
| static void | stage1 (vlib_main_t *vm, vlib_node_runtime_t *node, u32 buffer_index) |
| static void | stage2 (vlib_main_t *vm, vlib_node_runtime_t *node, u32 buffer_index) |
| static void | stage3 (vlib_main_t *vm, vlib_node_runtime_t *node, u32 buffer_index) |
| static u32 | last_stage (vlib_main_t *vm, vlib_node_runtime_t *node, u32 bi) |
| static uword | cnat_ipv4_icmp_q_outside_input_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| clib_error_t * | cnat_ipv4_icmp_q_outside_input_init (vlib_main_t *vm) |
Variables | |
| static char * | cnat_ipv4_icmp_q_outside_input_error_strings [] |
| cnat_ipv4_icmp_q_outside_input_main_t | cnat_ipv4_icmp_q_outside_input_main |
| vlib_node_registration_t | cnat_ipv4_icmp_q_outside_input_node |
| (constructor) VLIB_REGISTER_NODE (cnat_ipv4_icmp_q_outside_input_node) More... | |
| #define foreach_cnat_ipv4_icmp_q_outside_input_error |
Definition at line 27 of file cnat_ipv4_icmp_query_outside_input.c.
| #define NSTAGES 5 |
Definition at line 65 of file cnat_ipv4_icmp_query_outside_input.c.
| #define SPP_CACHE_LINE_BYTES (1 << SPP_LOG2_CACHE_LINE_BYTES) |
Definition at line 165 of file cnat_ipv4_icmp_query_outside_input.c.
| #define SPP_LOG2_CACHE_LINE_BYTES 6 |
Definition at line 164 of file cnat_ipv4_icmp_query_outside_input.c.
| #define stage0 generic_stage0 |
Definition at line 128 of file cnat_ipv4_icmp_query_outside_input.c.
| Enumerator | |
|---|---|
| CNAT_V4_ICMP_Q_O2I_T | |
| CNAT_V4_ICMP_Q_O2I_D | |
| CNAT_V4_ICMP_Q_O2I_NEXT | |
Definition at line 56 of file cnat_ipv4_icmp_query_outside_input.c.
| Enumerator | |
|---|---|
| CNAT_IPV4_ICMP_Q_OUTSIDE_INPUT_N_ERROR | |
Definition at line 34 of file cnat_ipv4_icmp_query_outside_input.c.
| clib_error_t* cnat_ipv4_icmp_q_outside_input_init | ( | vlib_main_t * | vm | ) |
Definition at line 371 of file cnat_ipv4_icmp_query_outside_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 345 of file cnat_ipv4_icmp_query_outside_input.c.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 230 of file cnat_ipv4_icmp_query_outside_input.c.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 131 of file cnat_ipv4_icmp_query_outside_input.c.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 168 of file cnat_ipv4_icmp_query_outside_input.c.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 198 of file cnat_ipv4_icmp_query_outside_input.c.
Here is the call graph for this function:
|
inline |
Definition at line 67 of file cnat_ipv4_icmp_query_outside_input.c.
Here is the caller graph for this function:
|
static |
Definition at line 41 of file cnat_ipv4_icmp_query_outside_input.c.
| cnat_ipv4_icmp_q_outside_input_main_t cnat_ipv4_icmp_q_outside_input_main |
Definition at line 62 of file cnat_ipv4_icmp_query_outside_input.c.
| vlib_node_registration_t cnat_ipv4_icmp_q_outside_input_node |
(constructor) VLIB_REGISTER_NODE (cnat_ipv4_icmp_q_outside_input_node)
Definition at line 63 of file cnat_ipv4_icmp_query_outside_input.c.