FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
ip4_map_t.c File Reference
+ Include dependency graph for ip4_map_t.c:

Go to the source code of this file.

Data Structures

struct  icmp_to_icmp6_ctx_t
 

Macros

#define IP4_MAP_T_DUAL_LOOP   1
 

Enumerations

enum  ip4_mapt_next_t {
  IP4_MAPT_NEXT_MAPT_TCP_UDP, IP4_MAPT_NEXT_MAPT_ICMP, IP4_MAPT_NEXT_MAPT_FRAGMENTED, IP4_MAPT_NEXT_DROP,
  IP4_MAPT_N_NEXT
}
 
enum  ip4_mapt_icmp_next_t { IP4_MAPT_ICMP_NEXT_IP6_LOOKUP, IP4_MAPT_ICMP_NEXT_IP6_FRAG, IP4_MAPT_ICMP_NEXT_DROP, IP4_MAPT_ICMP_N_NEXT }
 
enum  ip4_mapt_tcp_udp_next_t { IP4_MAPT_TCP_UDP_NEXT_IP6_LOOKUP, IP4_MAPT_TCP_UDP_NEXT_IP6_FRAG, IP4_MAPT_TCP_UDP_NEXT_DROP, IP4_MAPT_TCP_UDP_N_NEXT }
 
enum  ip4_mapt_fragmented_next_t { IP4_MAPT_FRAGMENTED_NEXT_IP6_LOOKUP, IP4_MAPT_FRAGMENTED_NEXT_IP6_FRAG, IP4_MAPT_FRAGMENTED_NEXT_DROP, IP4_MAPT_FRAGMENTED_N_NEXT }
 

Functions

typedef CLIB_PACKED (struct{ip6_address_t daddr;ip6_address_t saddr;u8 unused[28];})
 
static_always_inline i32 ip4_map_fragment_get_port (ip4_header_t *ip4)
 
static int ip4_to_ip6_set_icmp_cb (ip4_header_t *ip4, ip6_header_t *ip6, void *arg)
 
static int ip4_to_ip6_set_inner_icmp_cb (ip4_header_t *ip4, ip6_header_t *ip6, void *arg)
 
static uword ip4_map_t_icmp (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static int ip4_to_ip6_set_cb (ip4_header_t *ip4, ip6_header_t *ip6, void *ctx)
 
static uword ip4_map_t_fragmented (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword ip4_map_t_tcp_udp (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static_always_inline void ip4_map_t_classify (vlib_buffer_t *p0, map_domain_t *d0, ip4_header_t *ip40, u16 ip4_len0, i32 *dst_port0, u8 *error0, ip4_mapt_next_t *next0)
 
static uword ip4_map_t (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 

Variables

static char * map_t_error_strings []
 
vlib_node_registration_t ip4_map_t_fragmented_node
 (constructor) VLIB_REGISTER_NODE (ip4_map_t_fragmented_node) More...
 
vlib_node_registration_t ip4_map_t_icmp_node
 (constructor) VLIB_REGISTER_NODE (ip4_map_t_icmp_node) More...
 
vlib_node_registration_t ip4_map_t_tcp_udp_node
 (constructor) VLIB_REGISTER_NODE (ip4_map_t_tcp_udp_node) More...
 
vlib_node_registration_t ip4_map_t_node
 (constructor) VLIB_REGISTER_NODE (ip4_map_t_node) More...
 

Macro Definition Documentation

#define IP4_MAP_T_DUAL_LOOP   1

Definition at line 20 of file ip4_map_t.c.

Enumeration Type Documentation

Enumerator
IP4_MAPT_FRAGMENTED_NEXT_IP6_LOOKUP 
IP4_MAPT_FRAGMENTED_NEXT_IP6_FRAG 
IP4_MAPT_FRAGMENTED_NEXT_DROP 
IP4_MAPT_FRAGMENTED_N_NEXT 

Definition at line 47 of file ip4_map_t.c.

Enumerator
IP4_MAPT_ICMP_NEXT_IP6_LOOKUP 
IP4_MAPT_ICMP_NEXT_IP6_FRAG 
IP4_MAPT_ICMP_NEXT_DROP 
IP4_MAPT_ICMP_N_NEXT 

Definition at line 31 of file ip4_map_t.c.

Enumerator
IP4_MAPT_NEXT_MAPT_TCP_UDP 
IP4_MAPT_NEXT_MAPT_ICMP 
IP4_MAPT_NEXT_MAPT_FRAGMENTED 
IP4_MAPT_NEXT_DROP 
IP4_MAPT_N_NEXT 

Definition at line 22 of file ip4_map_t.c.

Enumerator
IP4_MAPT_TCP_UDP_NEXT_IP6_LOOKUP 
IP4_MAPT_TCP_UDP_NEXT_IP6_FRAG 
IP4_MAPT_TCP_UDP_NEXT_DROP 
IP4_MAPT_TCP_UDP_N_NEXT 

Definition at line 39 of file ip4_map_t.c.

Function Documentation

typedef CLIB_PACKED ( struct{ip6_address_t daddr;ip6_address_t saddr;u8 unused[28];}  )

Definition at line 58 of file ip4_map_t.c.

+ Here is the call graph for this function:

static_always_inline i32 ip4_map_fragment_get_port ( ip4_header_t ip4)

Definition at line 87 of file ip4_map_t.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword ip4_map_t ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 534 of file ip4_map_t.c.

+ Here is the call graph for this function:

static_always_inline void ip4_map_t_classify ( vlib_buffer_t p0,
map_domain_t d0,
ip4_header_t ip40,
u16  ip4_len0,
i32 dst_port0,
u8 error0,
ip4_mapt_next_t next0 
)

Definition at line 474 of file ip4_map_t.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword ip4_map_t_fragmented ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 282 of file ip4_map_t.c.

+ Here is the call graph for this function:

static uword ip4_map_t_icmp ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 170 of file ip4_map_t.c.

+ Here is the call graph for this function:

static uword ip4_map_t_tcp_udp ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 343 of file ip4_map_t.c.

+ Here is the call graph for this function:

static int ip4_to_ip6_set_cb ( ip4_header_t ip4,
ip6_header_t ip6,
void *  ctx 
)
static

Definition at line 269 of file ip4_map_t.c.

+ Here is the caller graph for this function:

static int ip4_to_ip6_set_icmp_cb ( ip4_header_t ip4,
ip6_header_t ip6,
void *  arg 
)
static

Definition at line 109 of file ip4_map_t.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int ip4_to_ip6_set_inner_icmp_cb ( ip4_header_t ip4,
ip6_header_t ip6,
void *  arg 
)
static

Definition at line 137 of file ip4_map_t.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

vlib_node_registration_t ip4_map_t_fragmented_node
Initial value:
= {
.function = ip4_map_t_fragmented,
.name = "ip4-map-t-fragmented",
.vector_size = sizeof(u32),
.format_trace = format_map_trace,
.n_errors = MAP_N_ERROR,
.error_strings = map_t_error_strings,
.n_next_nodes = IP4_MAPT_FRAGMENTED_N_NEXT,
.next_nodes = {
},
}
#define IP6_FRAG_NODE_NAME
Definition: ip_frag.h:44
unsigned int u32
Definition: types.h:88
u8 * format_map_trace(u8 *s, va_list *args)
Definition: map.c:1435
static uword ip4_map_t_fragmented(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip4_map_t.c:282
static char * map_t_error_strings[]
Definition: ip4_map_t.c:805

(constructor) VLIB_REGISTER_NODE (ip4_map_t_fragmented_node)

Definition at line 812 of file ip4_map_t.c.

vlib_node_registration_t ip4_map_t_icmp_node
Initial value:
= {
.function = ip4_map_t_icmp,
.name = "ip4-map-t-icmp",
.vector_size = sizeof(u32),
.format_trace = format_map_trace,
.n_errors = MAP_N_ERROR,
.error_strings = map_t_error_strings,
.n_next_nodes = IP4_MAPT_ICMP_N_NEXT,
.next_nodes = {
[IP4_MAPT_ICMP_NEXT_DROP] = "error-drop",
},
}
#define IP6_FRAG_NODE_NAME
Definition: ip_frag.h:44
static uword ip4_map_t_icmp(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip4_map_t.c:170
unsigned int u32
Definition: types.h:88
u8 * format_map_trace(u8 *s, va_list *args)
Definition: map.c:1435
static char * map_t_error_strings[]
Definition: ip4_map_t.c:805

(constructor) VLIB_REGISTER_NODE (ip4_map_t_icmp_node)

Definition at line 832 of file ip4_map_t.c.

vlib_node_registration_t ip4_map_t_node
Initial value:
= {
.function = ip4_map_t,
.name = "ip4-map-t",
.vector_size = sizeof(u32),
.format_trace = format_map_trace,
.n_errors = MAP_N_ERROR,
.error_strings = map_t_error_strings,
.n_next_nodes = IP4_MAPT_N_NEXT,
.next_nodes = {
[IP4_MAPT_NEXT_MAPT_TCP_UDP] = "ip4-map-t-tcp-udp",
[IP4_MAPT_NEXT_MAPT_ICMP] = "ip4-map-t-icmp",
[IP4_MAPT_NEXT_MAPT_FRAGMENTED] = "ip4-map-t-fragmented",
[IP4_MAPT_NEXT_DROP] = "error-drop",
},
}
static uword ip4_map_t(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip4_map_t.c:534
unsigned int u32
Definition: types.h:88
u8 * format_map_trace(u8 *s, va_list *args)
Definition: map.c:1435
static char * map_t_error_strings[]
Definition: ip4_map_t.c:805

(constructor) VLIB_REGISTER_NODE (ip4_map_t_node)

Definition at line 872 of file ip4_map_t.c.

vlib_node_registration_t ip4_map_t_tcp_udp_node
Initial value:
= {
.function = ip4_map_t_tcp_udp,
.name = "ip4-map-t-tcp-udp",
.vector_size = sizeof(u32),
.format_trace = format_map_trace,
.n_errors = MAP_N_ERROR,
.error_strings = map_t_error_strings,
.n_next_nodes = IP4_MAPT_TCP_UDP_N_NEXT,
.next_nodes = {
[IP4_MAPT_TCP_UDP_NEXT_DROP] = "error-drop",
},
}
#define IP6_FRAG_NODE_NAME
Definition: ip_frag.h:44
unsigned int u32
Definition: types.h:88
u8 * format_map_trace(u8 *s, va_list *args)
Definition: map.c:1435
static uword ip4_map_t_tcp_udp(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip4_map_t.c:343
static char * map_t_error_strings[]
Definition: ip4_map_t.c:805

(constructor) VLIB_REGISTER_NODE (ip4_map_t_tcp_udp_node)

Definition at line 852 of file ip4_map_t.c.

char* map_t_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_map_error
Definition: map.h:305

Definition at line 805 of file ip4_map_t.c.