![]() |
FD.io VPP
v21.01
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 |
struct | nat44_ed_out2in_handoff_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 | nat44_ed_out2in_handoff_node |
(constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_handoff_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 419 of file out2in_ed.c.
static_always_inline int create_bypass_for_fwd_worker | ( | snat_main_t * | sm, |
vlib_buffer_t * | b, | ||
ip4_header_t * | ip, | ||
u32 | rx_fib_index, | ||
u32 | thread_index | ||
) |
Definition at line 522 of file out2in_ed.c.
|
static |
Definition at line 244 of file out2in_ed.c.
Definition at line 1544 of file out2in_ed.c.
Definition at line 55 of file out2in_ed.c.
Definition at line 1573 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 543 of file out2in_ed.c.
|
inlinestatic |
Definition at line 73 of file out2in_ed.c.
|
inlinestatic |
Definition at line 787 of file out2in_ed.c.
VLIB_NODE_FN() nat44_ed_out2in_handoff_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame | ||
) |
VLIB_NODE_FN() nat44_ed_out2in_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame | ||
) |
|
inlinestatic |
Definition at line 1083 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 686 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 98 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 199 of file out2in_ed.c.
|
inlinestatic |
Definition at line 1415 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 404 of file out2in_ed.c.
vlib_node_registration_t nat44_ed_out2in_handoff_node |
(constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_handoff_node)
Definition at line 1562 of file out2in_ed.c.
vlib_node_registration_t nat44_ed_out2in_node |
(constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_node)
Definition at line 1511 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 1531 of file out2in_ed.c.
|
static |
Definition at line 35 of file out2in_ed.c.
vlib_node_registration_t nat_pre_out2in_node |
(constructor) VLIB_REGISTER_NODE (nat_pre_out2in_node)
Definition at line 1591 of file out2in_ed.c.