![]() |
FD.io VPP
v19.04.2-12-g66b1689
Vector Packet Processing
|
NAT44 endpoint-dependent outside to inside network translation. More...
Include dependency graph for out2in_ed.c:Go to the source code of this file.
Data Structures | |
| struct | nat44_ed_out2in_trace_t |
Macros | |
| #define | foreach_nat_out2in_ed_error |
Variables | |
| static char * | nat_out2in_ed_error_strings [] |
| vlib_node_registration_t | nat44_ed_out2in_node |
| (constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_node) More... | |
| vlib_node_registration_t | nat44_ed_out2in_slowpath_node |
| (constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_slowpath_node) More... | |
| vlib_node_registration_t | nat44_ed_out2in_reass_node |
| (constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_reass_node) More... | |
NAT44 endpoint-dependent outside to inside network translation.
Definition in file out2in_ed.c.
| #define foreach_nat_out2in_ed_error |
Definition at line 35 of file out2in_ed.c.
Definition at line 68 of file out2in_ed.c.
| Enumerator | |
|---|---|
| NAT_OUT2IN_ED_N_ERROR | |
Definition at line 54 of file out2in_ed.c.
|
static |
Definition at line 413 of file out2in_ed.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 226 of file out2in_ed.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline int icmp_get_ed_key | ( | ip4_header_t * | ip0, |
| nat_ed_ses_key_t * | p_key0 | ||
| ) |
Definition at line 349 of file out2in_ed.c.
Here is the call graph for this function:
Here is the caller graph for this function:| u32 icmp_match_out2in_ed | ( | snat_main_t * | sm, |
| vlib_node_runtime_t * | node, | ||
| u32 | thread_index, | ||
| vlib_buffer_t * | b, | ||
| ip4_header_t * | ip, | ||
| u8 * | p_proto, | ||
| snat_session_key_t * | p_value, | ||
| u8 * | p_dont_translate, | ||
| void * | d, | ||
| void * | e | ||
| ) |
Definition at line 504 of file out2in_ed.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 106 of file out2in_ed.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FN() nat44_ed_out2in_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
inlinestatic |
Definition at line 726 of file out2in_ed.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FN() nat44_ed_out2in_reass_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
| VLIB_NODE_FN() nat44_ed_out2in_slowpath_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
static |
Definition at line 621 of file out2in_ed.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int nat44_o2i_ed_is_idle_session_cb | ( | clib_bihash_kv_16_8_t * | kv, |
| void * | arg | ||
| ) |
Definition at line 129 of file out2in_ed.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 398 of file out2in_ed.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vlib_node_registration_t nat44_ed_out2in_node |
(constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_node)
Definition at line 1568 of file out2in_ed.c.
| vlib_node_registration_t nat44_ed_out2in_reass_node |
(constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_reass_node)
Definition at line 1969 of file out2in_ed.c.
| vlib_node_registration_t nat44_ed_out2in_slowpath_node |
(constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_slowpath_node)
Definition at line 1596 of file out2in_ed.c.
|
static |
Definition at line 62 of file out2in_ed.c.