FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
NAT44 endpoint-dependent outside to inside network translation. More...
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 34 of file out2in_ed.c.
Definition at line 67 of file out2in_ed.c.
Enumerator | |
---|---|
NAT_OUT2IN_ED_N_ERROR |
Definition at line 53 of file out2in_ed.c.
|
static |
Definition at line 402 of file out2in_ed.c.
|
static |
Definition at line 222 of file out2in_ed.c.
Definition at line 91 of file out2in_ed.c.
static_always_inline int icmp_get_ed_key | ( | ip4_header_t * | ip0, |
nat_ed_ses_key_t * | p_key0 | ||
) |
Definition at line 338 of file out2in_ed.c.
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 492 of file out2in_ed.c.
|
inlinestatic |
Definition at line 109 of file out2in_ed.c.
|
static |
|
inlinestatic |
Definition at line 712 of file out2in_ed.c.
|
static |
|
static |
|
static |
Definition at line 608 of file out2in_ed.c.
int nat44_o2i_ed_is_idle_session_cb | ( | clib_bihash_kv_16_8_t * | kv, |
void * | arg | ||
) |
Definition at line 131 of file out2in_ed.c.
|
static |
Definition at line 387 of file out2in_ed.c.
VLIB_NODE_FUNCTION_MULTIARCH | ( | nat44_ed_out2in_node | , |
nat44_ed_out2in_fast_path_fn | |||
) |
VLIB_NODE_FUNCTION_MULTIARCH | ( | nat44_ed_out2in_slowpath_node | , |
nat44_ed_out2in_slow_path_fn | |||
) |
VLIB_NODE_FUNCTION_MULTIARCH | ( | nat44_ed_out2in_reass_node | , |
nat44_ed_out2in_reass_node_fn | |||
) |
vlib_node_registration_t nat44_ed_out2in_node |
(constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_node)
Definition at line 86 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 88 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 87 of file out2in_ed.c.
|
static |
Definition at line 61 of file out2in_ed.c.