NAT44 worker handoff.
More...
Go to the source code of this file.
|
static u8 * | format_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) |
|
NAT44 worker handoff.
Definition in file nat44_ed_handoff.c.
◆ foreach_nat44_handoff_error
#define foreach_nat44_handoff_error |
Value: _ (CONGESTION_DROP, "congestion drop") \
_ (SAME_WORKER, "same worker") \
_ (DO_HANDOFF, "do handoff")
Definition at line 37 of file nat44_ed_handoff.c.
◆ nat44_handoff_error_t
◆ format_nat44_handoff_trace()
static u8* format_nat44_handoff_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ nat44_worker_handoff_fn_inline()
◆ snat_in2out_output_worker_handoff_node()
◆ snat_in2out_worker_handoff_node()
◆ snat_out2in_worker_handoff_node()
◆ nat44_handoff_error_strings
char* nat44_handoff_error_strings[] |
|
static |
◆ snat_in2out_output_worker_handoff_node
Initial value:= {
.name = "nat44-in2out-output-worker-handoff",
.vector_size =
sizeof (
u32),
.sibling_of = "nat-default",
}
(constructor) VLIB_REGISTER_NODE (snat_in2out_output_worker_handoff_node)
Definition at line 315 of file nat44_ed_handoff.c.
◆ snat_in2out_worker_handoff_node
Initial value:= {
.name = "nat44-in2out-worker-handoff",
.vector_size =
sizeof (
u32),
.sibling_of = "nat-default",
}
(constructor) VLIB_REGISTER_NODE (snat_in2out_worker_handoff_node)
Definition at line 297 of file nat44_ed_handoff.c.
◆ snat_out2in_worker_handoff_node
Initial value:= {
.name = "nat44-out2in-worker-handoff",
.vector_size =
sizeof (
u32),
.sibling_of = "nat-default",
}
(constructor) VLIB_REGISTER_NODE (snat_out2in_worker_handoff_node)
Definition at line 332 of file nat44_ed_handoff.c.