![]() |
FD.io VPP
v20.09-64-g4f7b92f0a
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 |
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 | nat_pre_out2in_node |
(constructor) VLIB_REGISTER_NODE (nat_pre_out2in_node) More... | |
NAT44 endpoint-dependent outside to inside network translation.
Definition in file out2in_ed.c.
|
static |
Definition at line 415 of file out2in_ed.c.
|
inlinestatic |
Definition at line 513 of file out2in_ed.c.
|
static |
Definition at line 240 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, | ||
ip4_address_t * | addr, | ||
u16 * | port, | ||
u32 * | fib_index, | ||
nat_protocol_t * | proto, | ||
void * | d, | ||
void * | e, | ||
u8 * | dont_translate | ||
) |
Definition at line 526 of file out2in_ed.c.
|
inlinestatic |
Definition at line 69 of file out2in_ed.c.
|
inlinestatic |
Definition at line 761 of file out2in_ed.c.
VLIB_NODE_FN() nat44_ed_out2in_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame | ||
) |
|
inlinestatic |
Definition at line 1054 of file out2in_ed.c.
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 660 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 94 of file out2in_ed.c.
static_always_inline int nat_alloc_addr_and_port_exact | ( | snat_address_t * | a, |
u32 | thread_index, | ||
nat_protocol_t | proto, | ||
ip4_address_t * | addr, | ||
u16 * | port, | ||
u16 | port_per_thread, | ||
u32 | snat_thread_index | ||
) |
Definition at line 195 of file out2in_ed.c.
VLIB_NODE_FN() nat_pre_out2in_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame | ||
) |
|
static |
Definition at line 400 of file out2in_ed.c.
vlib_node_registration_t nat44_ed_out2in_node |
(constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_node)
Definition at line 1391 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 1411 of file out2in_ed.c.
|
static |
Definition at line 36 of file out2in_ed.c.
vlib_node_registration_t nat_pre_out2in_node |
(constructor) VLIB_REGISTER_NODE (nat_pre_out2in_node)
Definition at line 1442 of file out2in_ed.c.