Go to the source code of this file.
|
enum | ip6_mapt_next_t {
IP6_MAPT_NEXT_MAPT_TCP_UDP,
IP6_MAPT_NEXT_MAPT_ICMP,
IP6_MAPT_NEXT_MAPT_FRAGMENTED,
IP6_MAPT_NEXT_DROP,
IP6_MAPT_N_NEXT
} |
|
enum | ip6_mapt_icmp_next_t { IP6_MAPT_ICMP_NEXT_IP4_LOOKUP,
IP6_MAPT_ICMP_NEXT_IP4_FRAG,
IP6_MAPT_ICMP_NEXT_DROP,
IP6_MAPT_ICMP_N_NEXT
} |
|
enum | ip6_mapt_tcp_udp_next_t { IP6_MAPT_TCP_UDP_NEXT_IP4_LOOKUP,
IP6_MAPT_TCP_UDP_NEXT_IP4_FRAG,
IP6_MAPT_TCP_UDP_NEXT_DROP,
IP6_MAPT_TCP_UDP_N_NEXT
} |
|
enum | ip6_mapt_fragmented_next_t { IP6_MAPT_FRAGMENTED_NEXT_IP4_LOOKUP,
IP6_MAPT_FRAGMENTED_NEXT_IP4_FRAG,
IP6_MAPT_FRAGMENTED_NEXT_DROP,
IP6_MAPT_FRAGMENTED_N_NEXT
} |
|
|
static_always_inline int | ip6_map_fragment_cache (ip6_header_t *ip6, ip6_frag_hdr_t *frag, map_domain_t *d, u16 port) |
|
static_always_inline i32 | ip6_map_fragment_get (ip6_header_t *ip6, ip6_frag_hdr_t *frag, map_domain_t *d) |
|
static_always_inline u8 | ip6_translate_tos (const ip6_header_t *ip6) |
|
static_always_inline int | ip6_icmp_to_icmp6_in_place (icmp46_header_t *icmp, u32 icmp_len, i32 *sender_port, ip6_header_t **inner_ip6) |
|
static uword | ip6_map_t_icmp (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static uword | ip6_map_t_fragmented (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static uword | ip6_map_t_tcp_udp (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static_always_inline void | ip6_map_t_classify (vlib_buffer_t *p0, ip6_header_t *ip60, map_domain_t *d0, i32 *src_port0, u8 *error0, ip6_mapt_next_t *next0, u32 l4_len0, ip6_frag_hdr_t *frag0) |
|
static uword | ip6_map_t (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
#define IP6_MAP_T_DUAL_LOOP |
Enumerator |
---|
IP6_MAPT_FRAGMENTED_NEXT_IP4_LOOKUP |
|
IP6_MAPT_FRAGMENTED_NEXT_IP4_FRAG |
|
IP6_MAPT_FRAGMENTED_NEXT_DROP |
|
IP6_MAPT_FRAGMENTED_N_NEXT |
|
Definition at line 43 of file ip6_map_t.c.
Enumerator |
---|
IP6_MAPT_ICMP_NEXT_IP4_LOOKUP |
|
IP6_MAPT_ICMP_NEXT_IP4_FRAG |
|
IP6_MAPT_ICMP_NEXT_DROP |
|
IP6_MAPT_ICMP_N_NEXT |
|
Definition at line 29 of file ip6_map_t.c.
Enumerator |
---|
IP6_MAPT_NEXT_MAPT_TCP_UDP |
|
IP6_MAPT_NEXT_MAPT_ICMP |
|
IP6_MAPT_NEXT_MAPT_FRAGMENTED |
|
IP6_MAPT_NEXT_DROP |
|
IP6_MAPT_N_NEXT |
|
Definition at line 21 of file ip6_map_t.c.
Enumerator |
---|
IP6_MAPT_TCP_UDP_NEXT_IP4_LOOKUP |
|
IP6_MAPT_TCP_UDP_NEXT_IP4_FRAG |
|
IP6_MAPT_TCP_UDP_NEXT_DROP |
|
IP6_MAPT_TCP_UDP_N_NEXT |
|
Definition at line 36 of file ip6_map_t.c.
u8 icmp6_to_icmp_updater_pointer_table[] |
|
static |
Initial value:=
{ 0, 1,~0,~0,
2, 2, 9, 8,
12,12,12,12,
12,12,12,12,
12,12,12,12,
12,12,12,12,
24,24,24,24,
24,24,24,24,
24,24,24,24,
24,24,24,24
}
Definition at line 92 of file ip6_map_t.c.
Initial value:= {
.name = "ip6-map-t-fragmented",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
#define IP4_FRAG_NODE_NAME
u8 * format_map_trace(u8 *s, va_list *args)
static uword ip6_map_t_fragmented(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * map_t_error_strings[]
(constructor) VLIB_REGISTER_NODE (ip6_map_t_fragmented_node)
Definition at line 1070 of file ip6_map_t.c.
Initial value:= {
.name = "ip6-map-t-icmp",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
#define IP4_FRAG_NODE_NAME
static uword ip6_map_t_icmp(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
u8 * format_map_trace(u8 *s, va_list *args)
static char * map_t_error_strings[]
(constructor) VLIB_REGISTER_NODE (ip6_map_t_icmp_node)
Definition at line 1088 of file ip6_map_t.c.
Initial value:= {
.name = "ip6-map-t",
.vector_size =
sizeof(
u32),
.next_nodes = {
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static uword ip6_map_t(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
u8 * format_map_trace(u8 *s, va_list *args)
static char * map_t_error_strings[]
(constructor) VLIB_REGISTER_NODE (ip6_map_t_node)
Definition at line 1124 of file ip6_map_t.c.
Initial value:= {
.name = "ip6-map-t-tcp-udp",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword ip6_map_t_tcp_udp(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
#define IP4_FRAG_NODE_NAME
u8 * format_map_trace(u8 *s, va_list *args)
static char * map_t_error_strings[]
(constructor) VLIB_REGISTER_NODE (ip6_map_t_tcp_udp_node)
Definition at line 1106 of file ip6_map_t.c.
char* map_t_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_map_error
Definition at line 1064 of file ip6_map_t.c.