FD.io VPP  v20.05.1-5-g09f167997
Vector Packet Processing
in2out_ed.c File Reference

NAT44 endpoint-dependent inside to outside network translation. More...

+ Include dependency graph for in2out_ed.c:

Go to the source code of this file.

Data Structures

struct  nat_in2out_ed_trace_t
 

Functions

static u8format_nat_in2out_ed_trace (u8 *s, va_list *args)
 
int nat44_i2o_ed_is_idle_session_cb (clib_bihash_kv_16_8_t *kv, void *arg)
 
static u32 icmp_in2out_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)
 
static_always_inline u16 snat_random_port (u16 min, u16 max)
 
static int nat_ed_alloc_addr_and_port (snat_main_t *sm, u32 rx_fib_index, u32 nat_proto, u32 thread_index, ip4_address_t r_addr, u16 r_port, u8 proto, u16 port_per_thread, u32 snat_thread_index, snat_session_t *s, ip4_address_t *allocated_addr, u16 *allocated_port, clib_bihash_kv_16_8_t *out2in_ed_kv)
 
static u32 slow_path_ed (snat_main_t *sm, vlib_buffer_t *b, ip4_address_t l_addr, ip4_address_t r_addr, u16 l_port, u16 r_port, u8 proto, u32 rx_fib_index, snat_session_t **sessionp, vlib_node_runtime_t *node, u32 next, u32 thread_index, f64 now)
 
static_always_inline int nat44_ed_not_translate (snat_main_t *sm, vlib_node_runtime_t *node, u32 sw_if_index, ip4_header_t *ip, u32 proto, u32 rx_fib_index, u32 thread_index)
 
static_always_inline int nat_not_translate_output_feature_fwd (snat_main_t *sm, ip4_header_t *ip, u32 thread_index, f64 now, vlib_main_t *vm, vlib_buffer_t *b)
 
static_always_inline int nat44_ed_not_translate_output_feature (snat_main_t *sm, ip4_header_t *ip, u16 src_port, u16 dst_port, u32 thread_index, u32 rx_sw_if_index, u32 tx_sw_if_index)
 
u32 icmp_match_in2out_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)
 
static snat_session_t * nat44_ed_in2out_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_in2out_fast_path_node_fn_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_output_feature)
 
static uword nat44_ed_in2out_slow_path_node_fn_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_output_feature)
 
VLIB_NODE_FN() nat44_ed_in2out_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
VLIB_NODE_FN() nat44_ed_in2out_output_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
VLIB_NODE_FN() nat44_ed_in2out_slowpath_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
VLIB_NODE_FN() nat44_ed_in2out_output_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)
 

Variables

static char * nat_in2out_ed_error_strings []
 
vlib_node_registration_t nat44_ed_in2out_node
 (constructor) VLIB_REGISTER_NODE (nat44_ed_in2out_node) More...
 
vlib_node_registration_t nat44_ed_in2out_output_node
 (constructor) VLIB_REGISTER_NODE (nat44_ed_in2out_output_node) More...
 
vlib_node_registration_t nat44_ed_in2out_slowpath_node
 (constructor) VLIB_REGISTER_NODE (nat44_ed_in2out_slowpath_node) More...
 
vlib_node_registration_t nat44_ed_in2out_output_slowpath_node
 (constructor) VLIB_REGISTER_NODE (nat44_ed_in2out_output_slowpath_node) More...
 
vlib_main_tvm
 
vlib_main_t vlib_node_runtime_tnode
 
vlib_main_t vlib_node_runtime_t vlib_frame_tframe
 
vlib_node_registration_t nat_pre_in2out_node
 (constructor) VLIB_REGISTER_NODE (nat_pre_in2out_node) More...
 

Detailed Description

NAT44 endpoint-dependent inside to outside network translation.

Definition in file in2out_ed.c.

Function Documentation

◆ format_nat_in2out_ed_trace()

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

Definition at line 51 of file in2out_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 1589 of file in2out_ed.c.

+ Here is the call graph for this function:

◆ icmp_in2out_ed_slow_path()

static u32 icmp_in2out_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 168 of file in2out_ed.c.

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

◆ icmp_match_in2out_ed()

u32 icmp_match_in2out_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 636 of file in2out_ed.c.

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

◆ nat44_ed_in2out_fast_path_node_fn_inline()

static uword nat44_ed_in2out_fast_path_node_fn_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame,
int  is_output_feature 
)
inlinestatic

Definition at line 913 of file in2out_ed.c.

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

◆ nat44_ed_in2out_node()

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

Definition at line 1507 of file in2out_ed.c.

+ Here is the call graph for this function:

◆ nat44_ed_in2out_output_node()

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

Definition at line 1527 of file in2out_ed.c.

+ Here is the call graph for this function:

◆ nat44_ed_in2out_output_slowpath_node()

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

Definition at line 1567 of file in2out_ed.c.

+ Here is the call graph for this function:

◆ nat44_ed_in2out_slow_path_node_fn_inline()

static uword nat44_ed_in2out_slow_path_node_fn_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame,
int  is_output_feature 
)
inlinestatic

Definition at line 1200 of file in2out_ed.c.

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

◆ nat44_ed_in2out_slowpath_node()

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

Definition at line 1547 of file in2out_ed.c.

+ Here is the call graph for this function:

◆ nat44_ed_in2out_unknown_proto()

static snat_session_t* nat44_ed_in2out_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 741 of file in2out_ed.c.

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

◆ nat44_ed_not_translate()

static_always_inline int nat44_ed_not_translate ( snat_main_t sm,
vlib_node_runtime_t node,
u32  sw_if_index,
ip4_header_t ip,
u32  proto,
u32  rx_fib_index,
u32  thread_index 
)

Definition at line 493 of file in2out_ed.c.

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

◆ nat44_ed_not_translate_output_feature()

static_always_inline int nat44_ed_not_translate_output_feature ( snat_main_t sm,
ip4_header_t ip,
u16  src_port,
u16  dst_port,
u32  thread_index,
u32  rx_sw_if_index,
u32  tx_sw_if_index 
)

Definition at line 583 of file in2out_ed.c.

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

◆ nat44_i2o_ed_is_idle_session_cb()

int nat44_i2o_ed_is_idle_session_cb ( clib_bihash_kv_16_8_t kv,
void *  arg 
)

Definition at line 70 of file in2out_ed.c.

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

◆ nat_ed_alloc_addr_and_port()

static int nat_ed_alloc_addr_and_port ( snat_main_t sm,
u32  rx_fib_index,
u32  nat_proto,
u32  thread_index,
ip4_address_t  r_addr,
u16  r_port,
u8  proto,
u16  port_per_thread,
u32  snat_thread_index,
snat_session_t *  s,
ip4_address_t allocated_addr,
u16 allocated_port,
clib_bihash_kv_16_8_t out2in_ed_kv 
)
static

Definition at line 200 of file in2out_ed.c.

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

◆ nat_not_translate_output_feature_fwd()

static_always_inline int nat_not_translate_output_feature_fwd ( snat_main_t sm,
ip4_header_t ip,
u32  thread_index,
f64  now,
vlib_main_t vm,
vlib_buffer_t b 
)

Definition at line 528 of file in2out_ed.c.

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

◆ slow_path_ed()

static u32 slow_path_ed ( snat_main_t sm,
vlib_buffer_t b,
ip4_address_t  l_addr,
ip4_address_t  r_addr,
u16  l_port,
u16  r_port,
u8  proto,
u32  rx_fib_index,
snat_session_t **  sessionp,
vlib_node_runtime_t node,
u32  next,
u32  thread_index,
f64  now 
)
static

Definition at line 283 of file in2out_ed.c.

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

◆ snat_random_port()

static_always_inline u16 snat_random_port ( u16  min,
u16  max 
)

Definition at line 192 of file in2out_ed.c.

+ Here is the call graph for this function:

Variable Documentation

◆ frame

Initial value:
{
vlib_main_t * vm
Definition: in2out_ed.c:1599
static uword nat_pre_node_fn_inline(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, u32 def_next)
The NAT inline functions.
Definition: nat_inlines.h:27
vlib_main_t vlib_node_runtime_t * node
Definition: in2out_ed.c:1599
vlib_main_t vlib_node_runtime_t vlib_frame_t * frame
Definition: in2out_ed.c:1600

Definition at line 1600 of file in2out_ed.c.

◆ nat44_ed_in2out_node

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

(constructor) VLIB_REGISTER_NODE (nat44_ed_in2out_node)

Definition at line 1515 of file in2out_ed.c.

◆ nat44_ed_in2out_output_node

vlib_node_registration_t nat44_ed_in2out_output_node
Initial value:
= {
.name = "nat44-ed-in2out-output",
.vector_size = sizeof (u32),
.sibling_of = "nat-default",
.format_trace = format_nat_in2out_ed_trace,
.error_strings = nat_in2out_ed_error_strings,
.runtime_data_bytes = sizeof (snat_runtime_t),
}
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
static u8 * format_nat_in2out_ed_trace(u8 *s, va_list *args)
Definition: in2out_ed.c:51
#define ARRAY_LEN(x)
Definition: clib.h:66
static char * nat_in2out_ed_error_strings[]
Definition: in2out_ed.c:36

(constructor) VLIB_REGISTER_NODE (nat44_ed_in2out_output_node)

Definition at line 1535 of file in2out_ed.c.

◆ nat44_ed_in2out_output_slowpath_node

vlib_node_registration_t nat44_ed_in2out_output_slowpath_node
Initial value:
= {
.name = "nat44-ed-in2out-output-slowpath",
.vector_size = sizeof (u32),
.sibling_of = "nat-default",
.format_trace = format_nat_in2out_ed_trace,
.error_strings = nat_in2out_ed_error_strings,
.runtime_data_bytes = sizeof (snat_runtime_t),
}
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
static u8 * format_nat_in2out_ed_trace(u8 *s, va_list *args)
Definition: in2out_ed.c:51
#define ARRAY_LEN(x)
Definition: clib.h:66
static char * nat_in2out_ed_error_strings[]
Definition: in2out_ed.c:36

(constructor) VLIB_REGISTER_NODE (nat44_ed_in2out_output_slowpath_node)

Definition at line 1576 of file in2out_ed.c.

◆ nat44_ed_in2out_slowpath_node

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

(constructor) VLIB_REGISTER_NODE (nat44_ed_in2out_slowpath_node)

Definition at line 1555 of file in2out_ed.c.

◆ nat_in2out_ed_error_strings

char* nat_in2out_ed_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_nat_in2out_ed_error
Definition: nat.h:166

Definition at line 36 of file in2out_ed.c.

◆ nat_pre_in2out_node

vlib_node_registration_t nat_pre_in2out_node
Initial value:
= {
.name = "nat-pre-in2out",
.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: in2out_ed.c:1589

(constructor) VLIB_REGISTER_NODE (nat_pre_in2out_node)

Definition at line 1606 of file in2out_ed.c.

◆ node

Definition at line 1599 of file in2out_ed.c.

◆ vm

Definition at line 1599 of file in2out_ed.c.