![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
NAT64 IPv6 to IPv4 translation (inside to outside network) More...
Include dependency graph for nat64_in2out.c:Go to the source code of this file.
Data Structures | |
| struct | nat64_in2out_trace_t |
| struct | nat64_in2out_reass_trace_t |
| struct | nat64_in2out_set_ctx_t_ |
| struct | unk_proto_st_walk_ctx_t_ |
| struct | nat64_in2out_frag_set_ctx_t_ |
| struct | nat64_in2out_handoff_trace_t |
Macros | |
| #define | foreach_nat64_in2out_error |
| #define | foreach_nat64_in2out_handoff_error |
Typedefs | |
| typedef struct nat64_in2out_set_ctx_t_ | nat64_in2out_set_ctx_t |
| typedef struct unk_proto_st_walk_ctx_t_ | unk_proto_st_walk_ctx_t |
| typedef struct nat64_in2out_frag_set_ctx_t_ | nat64_in2out_frag_set_ctx_t |
Variables | |
| vlib_node_registration_t | nat64_in2out_node |
| (constructor) VLIB_REGISTER_NODE (nat64_in2out_node) More... | |
| vlib_node_registration_t | nat64_in2out_slowpath_node |
| (constructor) VLIB_REGISTER_NODE (nat64_in2out_slowpath_node) More... | |
| vlib_node_registration_t | nat64_in2out_reass_node |
| (constructor) VLIB_REGISTER_NODE (nat64_in2out_reass_node) More... | |
| vlib_node_registration_t | nat64_in2out_handoff_node |
| (constructor) VLIB_REGISTER_NODE (nat64_in2out_handoff_node) More... | |
| static char * | nat64_in2out_error_strings [] |
| static char * | nat64_in2out_handoff_error_strings [] |
NAT64 IPv6 to IPv4 translation (inside to outside network)
Definition in file nat64_in2out.c.
| #define foreach_nat64_in2out_error |
Definition at line 78 of file nat64_in2out.c.
| #define foreach_nat64_in2out_handoff_error |
Definition at line 1686 of file nat64_in2out.c.
| typedef struct nat64_in2out_frag_set_ctx_t_ nat64_in2out_frag_set_ctx_t |
| typedef struct nat64_in2out_set_ctx_t_ nat64_in2out_set_ctx_t |
| typedef struct unk_proto_st_walk_ctx_t_ unk_proto_st_walk_ctx_t |
| enum nat64_in2out_error_t |
| Enumerator | |
|---|---|
| NAT64_IN2OUT_N_ERROR | |
Definition at line 95 of file nat64_in2out.c.
| Enumerator | |
|---|---|
| NAT64_IN2OUT_HANDOFF_N_ERROR | |
Definition at line 1691 of file nat64_in2out.c.
| enum nat64_in2out_next_t |
| Enumerator | |
|---|---|
| NAT64_IN2OUT_NEXT_IP4_LOOKUP | |
| NAT64_IN2OUT_NEXT_IP6_LOOKUP | |
| NAT64_IN2OUT_NEXT_DROP | |
| NAT64_IN2OUT_NEXT_SLOWPATH | |
| NAT64_IN2OUT_NEXT_REASS | |
| NAT64_IN2OUT_N_NEXT | |
Definition at line 109 of file nat64_in2out.c.
Definition at line 1711 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 34 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline int is_hairpinning | ( | ip6_address_t * | dst_addr | ) |
Check whether is a hairpinning.
If the destination IP address of the packet is an IPv4 address assigned to the NAT64 itself, then the packet is a hairpin packet.
param dst_addr Destination address of the packet.
Definition at line 157 of file nat64_in2out.c.
Here is the caller graph for this function:
|
static |
Definition at line 1293 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1241 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
|
static |
Definition at line 713 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 265 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 357 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
inlinestatic |
Definition at line 960 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
Definition at line 590 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 172 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 839 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 485 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 127 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 450 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FUNCTION_MULTIARCH | ( | nat64_in2out_node | , |
| nat64_in2out_node_fn | |||
| ) |
Here is the caller graph for this function:| VLIB_NODE_FUNCTION_MULTIARCH | ( | nat64_in2out_slowpath_node | , |
| nat64_in2out_slowpath_node_fn | |||
| ) |
| VLIB_NODE_FUNCTION_MULTIARCH | ( | nat64_in2out_reass_node | , |
| nat64_in2out_reass_node_fn | |||
| ) |
| VLIB_NODE_FUNCTION_MULTIARCH | ( | nat64_in2out_handoff_node | , |
| nat64_in2out_handoff_node_fn | |||
| ) |
|
static |
Definition at line 103 of file nat64_in2out.c.
|
static |
Definition at line 1699 of file nat64_in2out.c.
| vlib_node_registration_t nat64_in2out_handoff_node |
(constructor) VLIB_REGISTER_NODE (nat64_in2out_handoff_node)
Definition at line 76 of file nat64_in2out.c.
| vlib_node_registration_t nat64_in2out_node |
(constructor) VLIB_REGISTER_NODE (nat64_in2out_node)
Definition at line 73 of file nat64_in2out.c.
| vlib_node_registration_t nat64_in2out_reass_node |
(constructor) VLIB_REGISTER_NODE (nat64_in2out_reass_node)
Definition at line 75 of file nat64_in2out.c.
| vlib_node_registration_t nat64_in2out_slowpath_node |
(constructor) VLIB_REGISTER_NODE (nat64_in2out_slowpath_node)
Definition at line 74 of file nat64_in2out.c.