![]() |
FD.io VPP
v20.05-21-gb1500e9ff
Vector Packet Processing
|
Classify for one armed NAT44 (in+out interface) More...
Include dependency graph for nat44_classify.c:Go to the source code of this file.
Data Structures | |
| struct | nat44_classify_trace_t |
Macros | |
| #define | foreach_nat44_classify_error |
Functions | |
| static u8 * | format_nat44_classify_trace (u8 *s, va_list *args) |
| static uword | nat44_classify_node_fn_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| static uword | nat44_handoff_classify_node_fn_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| static uword | nat44_ed_classify_node_fn_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| VLIB_NODE_FN() | nat44_classify_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| VLIB_NODE_FN() | nat44_ed_classify_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| VLIB_NODE_FN() | nat44_det_classify_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| VLIB_NODE_FN() | nat44_handoff_classify_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
Variables | |
| static char * | nat44_classify_error_strings [] |
| vlib_node_registration_t | nat44_classify_node |
| (constructor) VLIB_REGISTER_NODE (nat44_classify_node) More... | |
| vlib_node_registration_t | nat44_ed_classify_node |
| (constructor) VLIB_REGISTER_NODE (nat44_ed_classify_node) More... | |
| vlib_node_registration_t | nat44_det_classify_node |
| (constructor) VLIB_REGISTER_NODE (nat44_det_classify_node) More... | |
| vlib_node_registration_t | nat44_handoff_classify_node |
| (constructor) VLIB_REGISTER_NODE (nat44_handoff_classify_node) More... | |
Classify for one armed NAT44 (in+out interface)
Definition in file nat44_classify.c.
| #define foreach_nat44_classify_error |
Definition at line 26 of file nat44_classify.c.
| Enumerator | |
|---|---|
| NAT44_CLASSIFY_N_ERROR | |
Definition at line 31 of file nat44_classify.c.
| Enumerator | |
|---|---|
| NAT44_CLASSIFY_NEXT_IN2OUT | |
| NAT44_CLASSIFY_NEXT_OUT2IN | |
| NAT44_CLASSIFY_NEXT_DROP | |
| NAT44_CLASSIFY_N_NEXT | |
Definition at line 45 of file nat44_classify.c.
| VLIB_NODE_FN() nat44_classify_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
inlinestatic |
Definition at line 79 of file nat44_classify.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FN() nat44_det_classify_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
| VLIB_NODE_FN() nat44_ed_classify_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
inlinestatic |
Definition at line 312 of file nat44_classify.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FN() nat44_handoff_classify_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
inlinestatic |
Definition at line 196 of file nat44_classify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 39 of file nat44_classify.c.
| vlib_node_registration_t nat44_classify_node |
(constructor) VLIB_REGISTER_NODE (nat44_classify_node)
Definition at line 463 of file nat44_classify.c.
| vlib_node_registration_t nat44_det_classify_node |
(constructor) VLIB_REGISTER_NODE (nat44_det_classify_node)
Definition at line 504 of file nat44_classify.c.
| vlib_node_registration_t nat44_ed_classify_node |
(constructor) VLIB_REGISTER_NODE (nat44_ed_classify_node)
Definition at line 487 of file nat44_classify.c.
| vlib_node_registration_t nat44_handoff_classify_node |
(constructor) VLIB_REGISTER_NODE (nat44_handoff_classify_node)
Definition at line 526 of file nat44_classify.c.