![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for cnat_node_vip.c:Go to the source code of this file.
Typedefs | |
| typedef enum cnat_translation_next_t_ | cnat_translation_next_t |
Enumerations | |
| enum | cnat_translation_next_t_ { CNAT_TRANSLATION_NEXT_DROP, CNAT_TRANSLATION_NEXT_LOOKUP, CNAT_TRANSLATION_N_NEXT } |
Functions | |
| static uword | cnat_vip_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_buffer_t *b, cnat_node_ctx_t *ctx, int session_not_found, cnat_session_t *session) |
| VLIB_NODE_FN() | cnat_vip_ip4_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| VLIB_NODE_FN() | cnat_vip_ip6_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
Variables | |
| vlib_node_registration_t | cnat_vip_ip4_node |
| (constructor) VLIB_REGISTER_NODE (cnat_vip_ip4_node) More... | |
| vlib_node_registration_t | cnat_vip_ip6_node |
| (constructor) VLIB_REGISTER_NODE (cnat_vip_ip6_node) More... | |
| typedef enum cnat_translation_next_t_ cnat_translation_next_t |
| Enumerator | |
|---|---|
| CNAT_TRANSLATION_NEXT_DROP | |
| CNAT_TRANSLATION_NEXT_LOOKUP | |
| CNAT_TRANSLATION_N_NEXT | |
Definition at line 21 of file cnat_node_vip.c.
| VLIB_NODE_FN() cnat_vip_ip4_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
| VLIB_NODE_FN() cnat_vip_ip6_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
static |
Definition at line 33 of file cnat_node_vip.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vlib_node_registration_t cnat_vip_ip4_node |
(constructor) VLIB_REGISTER_NODE (cnat_vip_ip4_node)
Definition at line 28 of file cnat_node_vip.c.
| vlib_node_registration_t cnat_vip_ip6_node |
(constructor) VLIB_REGISTER_NODE (cnat_vip_ip6_node)
Definition at line 29 of file cnat_node_vip.c.