FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
out2in_ed.c File Reference

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
 

Functions

static u8format_nat44_ed_out2in_trace (u8 *s, va_list *args)
 
static u32 icmp_out2in_ed_slow_path (snat_main_t *sm, vlib_buffer_t *b0, ip4_header_t *ip0, icmp46_header_t *icmp0, u32 sw_if_index0, u32 rx_fib_index0, vlib_node_runtime_t *node, u32 next0, f64 now, u32 thread_index, snat_session_t **p_s0)
 
int nat44_o2i_ed_is_idle_session_cb (clib_bihash_kv_16_8_t *kv, void *arg)
 
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)
 
static snat_session_t * create_session_for_static_mapping_ed (snat_main_t *sm, vlib_buffer_t *b, ip4_address_t i2o_addr, u16 i2o_port, u32 i2o_fib_index, ip4_address_t o2i_addr, u16 o2i_port, u32 o2i_fib_index, nat_protocol_t nat_proto, vlib_node_runtime_t *node, u32 rx_fib_index, u32 thread_index, twice_nat_type_t twice_nat, lb_nat_type_t lb_nat, f64 now, snat_static_mapping_t *mapping)
 
static int next_src_nat (snat_main_t *sm, ip4_header_t *ip, u16 src_port, u16 dst_port, u32 thread_index, u32 rx_fib_index)
 
static void create_bypass_for_fwd (snat_main_t *sm, vlib_buffer_t *b, ip4_header_t *ip, u32 rx_fib_index, u32 thread_index)
 
static void create_bypass_for_fwd_worker (snat_main_t *sm, vlib_buffer_t *b, ip4_header_t *ip, u32 rx_fib_index)
 
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)
 
static snat_session_t * nat44_ed_out2in_unknown_proto (snat_main_t *sm, vlib_buffer_t *b, ip4_header_t *ip, u32 rx_fib_index, u32 thread_index, f64 now, vlib_main_t *vm, vlib_node_runtime_t *node)
 
static uword nat44_ed_out2in_fast_path_node_fn_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_multi_worker)
 
static uword nat44_ed_out2in_slow_path_node_fn_inline (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)
 
VLIB_NODE_FN() nat44_ed_out2in_slowpath_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static u8format_nat_pre_trace (u8 *s, va_list *args)
 
VLIB_NODE_FN() nat_pre_out2in_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 

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...
 

Detailed Description

NAT44 endpoint-dependent outside to inside network translation.

Definition in file out2in_ed.c.

Function Documentation

◆ create_bypass_for_fwd()

static void create_bypass_for_fwd ( snat_main_t sm,
vlib_buffer_t b,
ip4_header_t ip,
u32  rx_fib_index,
u32  thread_index 
)
static

Definition at line 415 of file out2in_ed.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ create_bypass_for_fwd_worker()

static void create_bypass_for_fwd_worker ( snat_main_t sm,
vlib_buffer_t b,
ip4_header_t ip,
u32  rx_fib_index 
)
inlinestatic

Definition at line 513 of file out2in_ed.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ create_session_for_static_mapping_ed()

static snat_session_t* create_session_for_static_mapping_ed ( snat_main_t sm,
vlib_buffer_t b,
ip4_address_t  i2o_addr,
u16  i2o_port,
u32  i2o_fib_index,
ip4_address_t  o2i_addr,
u16  o2i_port,
u32  o2i_fib_index,
nat_protocol_t  nat_proto,
vlib_node_runtime_t node,
u32  rx_fib_index,
u32  thread_index,
twice_nat_type_t  twice_nat,
lb_nat_type_t  lb_nat,
f64  now,
snat_static_mapping_t mapping 
)
static

Definition at line 240 of file out2in_ed.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_nat44_ed_out2in_trace()

static u8* format_nat44_ed_out2in_trace ( u8 s,
va_list *  args 
)
static

Definition at line 51 of file out2in_ed.c.

+ Here is the call graph for this function:

◆ format_nat_pre_trace()

static u8* format_nat_pre_trace ( u8 s,
va_list *  args 
)
static

Definition at line 1424 of file out2in_ed.c.

+ Here is the call graph for this function:

◆ icmp_match_out2in_ed()

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.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ icmp_out2in_ed_slow_path()

static u32 icmp_out2in_ed_slow_path ( snat_main_t sm,
vlib_buffer_t b0,
ip4_header_t ip0,
icmp46_header_t *  icmp0,
u32  sw_if_index0,
u32  rx_fib_index0,
vlib_node_runtime_t node,
u32  next0,
f64  now,
u32  thread_index,
snat_session_t **  p_s0 
)
inlinestatic

Definition at line 69 of file out2in_ed.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nat44_ed_out2in_fast_path_node_fn_inline()

static uword nat44_ed_out2in_fast_path_node_fn_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame,
int  is_multi_worker 
)
inlinestatic

Definition at line 761 of file out2in_ed.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nat44_ed_out2in_node()

VLIB_NODE_FN() nat44_ed_out2in_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 1376 of file out2in_ed.c.

+ Here is the call graph for this function:

◆ nat44_ed_out2in_slow_path_node_fn_inline()

static uword nat44_ed_out2in_slow_path_node_fn_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
inlinestatic

Definition at line 1054 of file out2in_ed.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nat44_ed_out2in_slowpath_node()

VLIB_NODE_FN() nat44_ed_out2in_slowpath_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 1403 of file out2in_ed.c.

+ Here is the call graph for this function:

◆ nat44_ed_out2in_unknown_proto()

static snat_session_t* nat44_ed_out2in_unknown_proto ( snat_main_t sm,
vlib_buffer_t b,
ip4_header_t ip,
u32  rx_fib_index,
u32  thread_index,
f64  now,
vlib_main_t vm,
vlib_node_runtime_t node 
)
static

Definition at line 660 of file out2in_ed.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nat44_o2i_ed_is_idle_session_cb()

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.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nat_alloc_addr_and_port_exact()

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.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nat_pre_out2in_node()

VLIB_NODE_FN() nat_pre_out2in_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 1433 of file out2in_ed.c.

+ Here is the call graph for this function:

◆ next_src_nat()

static int next_src_nat ( snat_main_t sm,
ip4_header_t ip,
u16  src_port,
u16  dst_port,
u32  thread_index,
u32  rx_fib_index 
)
static

Definition at line 400 of file out2in_ed.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ nat44_ed_out2in_node

vlib_node_registration_t nat44_ed_out2in_node
Initial value:
= {
.name = "nat44-ed-out2in",
.vector_size = sizeof (u32),
.sibling_of = "nat-default",
.error_strings = nat_out2in_ed_error_strings,
.runtime_data_bytes = sizeof (snat_runtime_t),
}
static char * nat_out2in_ed_error_strings[]
Definition: out2in_ed.c:36
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
static u8 * format_nat44_ed_out2in_trace(u8 *s, va_list *args)
Definition: out2in_ed.c:51
#define ARRAY_LEN(x)
Definition: clib.h:67

(constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_node)

Definition at line 1391 of file out2in_ed.c.

◆ nat44_ed_out2in_slowpath_node

vlib_node_registration_t nat44_ed_out2in_slowpath_node
Initial value:
= {
.name = "nat44-ed-out2in-slowpath",
.vector_size = sizeof (u32),
.sibling_of = "nat-default",
.error_strings = nat_out2in_ed_error_strings,
.runtime_data_bytes = sizeof (snat_runtime_t),
}
static char * nat_out2in_ed_error_strings[]
Definition: out2in_ed.c:36
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
static u8 * format_nat44_ed_out2in_trace(u8 *s, va_list *args)
Definition: out2in_ed.c:51
#define ARRAY_LEN(x)
Definition: clib.h:67

(constructor) VLIB_REGISTER_NODE (nat44_ed_out2in_slowpath_node)

Definition at line 1411 of file out2in_ed.c.

◆ nat_out2in_ed_error_strings

char* nat_out2in_ed_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_nat_out2in_ed_error
Definition: nat.h:153

Definition at line 36 of file out2in_ed.c.

◆ nat_pre_out2in_node

vlib_node_registration_t nat_pre_out2in_node
Initial value:
= {
.name = "nat-pre-out2in",
.vector_size = sizeof (u32),
.sibling_of = "nat-default",
.format_trace = format_nat_pre_trace,
.n_errors = 0,
}
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
static u8 * format_nat_pre_trace(u8 *s, va_list *args)
Definition: out2in_ed.c:1424

(constructor) VLIB_REGISTER_NODE (nat_pre_out2in_node)

Definition at line 1442 of file out2in_ed.c.