![]() |
FD.io VPP
v21.06
Vector Packet Processing
|
NAT44 worker handoff. More...
Include dependency graph for nat44_ed_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 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) |
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... | |
NAT44 worker handoff.
Definition in file nat44_ed_handoff.c.
| #define foreach_nat44_handoff_error |
Definition at line 37 of file nat44_ed_handoff.c.
| Enumerator | |
|---|---|
| NAT44_HANDOFF_N_ERROR | |
Definition at line 42 of file nat44_ed_handoff.c.
Definition at line 57 of file nat44_ed_handoff.c.
|
inlinestatic |
Definition at line 74 of file nat44_ed_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 | ||
| ) |
| 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_out2in_worker_handoff_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
static |
Definition at line 50 of file nat44_ed_handoff.c.
| vlib_node_registration_t snat_in2out_output_worker_handoff_node |
(constructor) VLIB_REGISTER_NODE (snat_in2out_output_worker_handoff_node)
Definition at line 318 of file nat44_ed_handoff.c.
| vlib_node_registration_t snat_in2out_worker_handoff_node |
(constructor) VLIB_REGISTER_NODE (snat_in2out_worker_handoff_node)
Definition at line 298 of file nat44_ed_handoff.c.
| vlib_node_registration_t snat_out2in_worker_handoff_node |
(constructor) VLIB_REGISTER_NODE (snat_out2in_worker_handoff_node)
Definition at line 337 of file nat44_ed_handoff.c.