FD.io VPP
v18.10-34-gcce845e
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 33 of file out2in_ed.c.
Definition at line 59 of file out2in_ed.c.
Enumerator | |
---|---|
NAT_OUT2IN_ED_N_ERROR |
Definition at line 45 of file out2in_ed.c.
|
static |
Definition at line 374 of file out2in_ed.c.
|
static |
Definition at line 207 of file out2in_ed.c.
Definition at line 83 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 310 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 464 of file out2in_ed.c.
|
inlinestatic |
Definition at line 101 of file out2in_ed.c.
|
static |
|
inlinestatic |
Definition at line 684 of file out2in_ed.c.
|
static |
|
static |
|
static |
Definition at line 580 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 123 of file out2in_ed.c.
|
static |
Definition at line 359 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 78 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 80 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 79 of file out2in_ed.c.
|
static |
Definition at line 53 of file out2in_ed.c.