![]() |
FD.io VPP
v18.01-8-g0eacf49
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 |
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 [] |
NAT64 IPv6 to IPv4 translation (inside to outside network)
Definition in file nat64_in2out.c.
| #define foreach_nat64_in2out_error |
Definition at line 77 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 87 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 101 of file nat64_in2out.c.
Definition at line 1586 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 57 of file nat64_in2out.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 33 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 129 of file nat64_in2out.c.
Here is the caller graph for this function:
|
static |
Definition at line 1198 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 1147 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 656 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 229 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 315 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 897 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 542 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 144 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 782 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 443 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 408 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 95 of file nat64_in2out.c.
| vlib_node_registration_t nat64_in2out_handoff_node |
(constructor) VLIB_REGISTER_NODE (nat64_in2out_handoff_node)
Definition at line 75 of file nat64_in2out.c.
| vlib_node_registration_t nat64_in2out_node |
(constructor) VLIB_REGISTER_NODE (nat64_in2out_node)
Definition at line 72 of file nat64_in2out.c.
| vlib_node_registration_t nat64_in2out_reass_node |
(constructor) VLIB_REGISTER_NODE (nat64_in2out_reass_node)
Definition at line 74 of file nat64_in2out.c.
| vlib_node_registration_t nat64_in2out_slowpath_node |
(constructor) VLIB_REGISTER_NODE (nat64_in2out_slowpath_node)
Definition at line 73 of file nat64_in2out.c.