FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
nat44_handoff.c File Reference

NAT44 worker handoff. More...

+ Include dependency graph for nat44_handoff.c:

Go to the source code of this file.

Data Structures

struct  nat44_handoff_trace_t
 

Macros

#define foreach_nat44_handoff_error
 

Enumerations

enum  nat44_handoff_error_t { NAT44_HANDOFF_N_ERROR }
 

Functions

static u8format_nat44_handoff_trace (u8 *s, va_list *args)
 
static uword nat44_worker_handoff_fn_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, u8 is_output, u8 is_in2out)
 
VLIB_NODE_FN() snat_in2out_worker_handoff_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
VLIB_NODE_FN() snat_in2out_output_worker_handoff_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
VLIB_NODE_FN() snat_out2in_worker_handoff_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 

Variables

static char * nat44_handoff_error_strings []
 
vlib_node_registration_t snat_in2out_worker_handoff_node
 (constructor) VLIB_REGISTER_NODE (snat_in2out_worker_handoff_node) More...
 
vlib_node_registration_t snat_in2out_output_worker_handoff_node
 (constructor) VLIB_REGISTER_NODE (snat_in2out_output_worker_handoff_node) More...
 
vlib_node_registration_t snat_out2in_worker_handoff_node
 (constructor) VLIB_REGISTER_NODE (snat_out2in_worker_handoff_node) More...
 

Detailed Description

NAT44 worker handoff.

Definition in file nat44_handoff.c.

Macro Definition Documentation

#define foreach_nat44_handoff_error
Value:
_(CONGESTION_DROP, "congestion drop") \
_(SAME_WORKER, "same worker") \
_(DO_HANDOFF, "do handoff")

Definition at line 35 of file nat44_handoff.c.

Enumeration Type Documentation

Enumerator
NAT44_HANDOFF_N_ERROR 

Definition at line 40 of file nat44_handoff.c.

Function Documentation

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

Definition at line 56 of file nat44_handoff.c.

+ Here is the call graph for this function:

static uword nat44_worker_handoff_fn_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame,
u8  is_output,
u8  is_in2out 
)
inlinestatic

Definition at line 73 of file nat44_handoff.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 274 of file nat44_handoff.c.

+ Here is the call graph for this function:

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

Definition at line 252 of file nat44_handoff.c.

+ Here is the call graph for this function:

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

Definition at line 297 of file nat44_handoff.c.

+ Here is the call graph for this function:

Variable Documentation

char* nat44_handoff_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_nat44_handoff_error
Definition: nat44_handoff.c:35

Definition at line 48 of file nat44_handoff.c.

vlib_node_registration_t snat_in2out_output_worker_handoff_node
Initial value:
= {
.name = "nat44-in2out-output-worker-handoff",
.vector_size = sizeof (u32),
.format_trace = format_nat44_handoff_trace,
.error_strings = nat44_handoff_error_strings,
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
static char * nat44_handoff_error_strings[]
Definition: nat44_handoff.c:48
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
#define ARRAY_LEN(x)
Definition: clib.h:62
static u8 * format_nat44_handoff_trace(u8 *s, va_list *args)
Definition: nat44_handoff.c:56

(constructor) VLIB_REGISTER_NODE (snat_in2out_output_worker_handoff_node)

Definition at line 283 of file nat44_handoff.c.

vlib_node_registration_t snat_in2out_worker_handoff_node
Initial value:
= {
.name = "nat44-in2out-worker-handoff",
.vector_size = sizeof (u32),
.format_trace = format_nat44_handoff_trace,
.error_strings = nat44_handoff_error_strings,
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
static char * nat44_handoff_error_strings[]
Definition: nat44_handoff.c:48
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
#define ARRAY_LEN(x)
Definition: clib.h:62
static u8 * format_nat44_handoff_trace(u8 *s, va_list *args)
Definition: nat44_handoff.c:56

(constructor) VLIB_REGISTER_NODE (snat_in2out_worker_handoff_node)

Definition at line 260 of file nat44_handoff.c.

vlib_node_registration_t snat_out2in_worker_handoff_node
Initial value:
= {
.name = "nat44-out2in-worker-handoff",
.vector_size = sizeof (u32),
.format_trace = format_nat44_handoff_trace,
.error_strings = nat44_handoff_error_strings,
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
static char * nat44_handoff_error_strings[]
Definition: nat44_handoff.c:48
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
#define ARRAY_LEN(x)
Definition: clib.h:62
static u8 * format_nat44_handoff_trace(u8 *s, va_list *args)
Definition: nat44_handoff.c:56

(constructor) VLIB_REGISTER_NODE (snat_out2in_worker_handoff_node)

Definition at line 305 of file nat44_handoff.c.