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

Go to the source code of this file.

Data Structures

struct  map_ip6_map_ip4_reass_trace_t
 
struct  map_ip6_map_ip6_reass_trace_t
 

Enumerations

enum  ip6_map_next_e {
  IP6_MAP_NEXT_IP4_LOOKUP, IP6_MAP_NEXT_IP4_REWRITE, IP6_MAP_NEXT_IP6_REASS, IP6_MAP_NEXT_IP4_REASS,
  IP6_MAP_NEXT_IP4_FRAGMENT, IP6_MAP_NEXT_IP6_ICMP_RELAY, IP6_MAP_NEXT_IP6_LOCAL, IP6_MAP_NEXT_DROP,
  IP6_MAP_NEXT_ICMP, IP6_MAP_N_NEXT
}
 
enum  ip6_map_ip6_reass_next_e { IP6_MAP_IP6_REASS_NEXT_IP6_MAP, IP6_MAP_IP6_REASS_NEXT_DROP, IP6_MAP_IP6_REASS_N_NEXT }
 
enum  ip6_map_ip4_reass_next_e { IP6_MAP_IP4_REASS_NEXT_IP4_LOOKUP, IP6_MAP_IP4_REASS_NEXT_IP4_FRAGMENT, IP6_MAP_IP4_REASS_NEXT_DROP, IP6_MAP_IP4_REASS_N_NEXT }
 
enum  ip6_icmp_relay_next_e { IP6_ICMP_RELAY_NEXT_IP4_LOOKUP, IP6_ICMP_RELAY_NEXT_DROP, IP6_ICMP_RELAY_N_NEXT }
 

Functions

u8format_ip6_map_ip4_reass_trace (u8 *s, va_list *args)
 
u8format_ip6_map_ip6_reass_trace (u8 *s, va_list *args)
 
static_always_inline bool ip6_map_sec_check (map_domain_t *d, u16 port, ip4_header_t *ip4, ip6_header_t *ip6)
 
static_always_inline void ip6_map_security_check (map_domain_t *d, ip4_header_t *ip4, ip6_header_t *ip6, u32 *next, u8 *error)
 
static_always_inline bool ip6_map_ip4_lookup_bypass (vlib_buffer_t *p0, ip4_header_t *ip)
 
static uword ip6_map (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static_always_inline void ip6_map_ip6_reass_prepare (vlib_main_t *vm, vlib_node_runtime_t *node, map_ip6_reass_t *r, u32 **fragments_ready, u32 **fragments_to_drop)
 
void map_ip6_drop_pi (u32 pi)
 
void map_ip4_drop_pi (u32 pi)
 
static uword ip6_map_ip6_reass (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword ip6_map_ip4_reass (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword ip6_map_icmp_relay (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 

Variables

vlib_node_registration_t ip6_map_ip4_reass_node
 (constructor) VLIB_REGISTER_NODE (ip6_map_ip4_reass_node) More...
 
vlib_node_registration_t ip6_map_ip6_reass_node
 (constructor) VLIB_REGISTER_NODE (ip6_map_ip6_reass_node) More...
 
static vlib_node_registration_t ip6_map_icmp_relay_node
 (constructor) VLIB_REGISTER_NODE (ip6_map_icmp_relay_node) More...
 
static char * map_error_strings []
 
vlib_node_registration_t ip6_map_node
 (constructor) VLIB_REGISTER_NODE (ip6_map_node) More...
 

Enumeration Type Documentation

Enumerator
IP6_ICMP_RELAY_NEXT_IP4_LOOKUP 
IP6_ICMP_RELAY_NEXT_DROP 
IP6_ICMP_RELAY_N_NEXT 

Definition at line 52 of file ip6_map.c.

Enumerator
IP6_MAP_IP4_REASS_NEXT_IP4_LOOKUP 
IP6_MAP_IP4_REASS_NEXT_IP4_FRAGMENT 
IP6_MAP_IP4_REASS_NEXT_DROP 
IP6_MAP_IP4_REASS_N_NEXT 

Definition at line 44 of file ip6_map.c.

Enumerator
IP6_MAP_IP6_REASS_NEXT_IP6_MAP 
IP6_MAP_IP6_REASS_NEXT_DROP 
IP6_MAP_IP6_REASS_N_NEXT 

Definition at line 37 of file ip6_map.c.

Enumerator
IP6_MAP_NEXT_IP4_LOOKUP 
IP6_MAP_NEXT_IP4_REWRITE 
IP6_MAP_NEXT_IP6_REASS 
IP6_MAP_NEXT_IP4_REASS 
IP6_MAP_NEXT_IP4_FRAGMENT 
IP6_MAP_NEXT_IP6_ICMP_RELAY 
IP6_MAP_NEXT_IP6_LOCAL 
IP6_MAP_NEXT_DROP 
IP6_MAP_NEXT_ICMP 
IP6_MAP_N_NEXT 

Definition at line 21 of file ip6_map.c.

Function Documentation

u8* format_ip6_map_ip4_reass_trace ( u8 s,
va_list *  args 
)

Definition at line 71 of file ip6_map.c.

+ Here is the call graph for this function:

u8* format_ip6_map_ip6_reass_trace ( u8 s,
va_list *  args 
)

Definition at line 90 of file ip6_map.c.

+ Here is the call graph for this function:

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

Definition at line 170 of file ip6_map.c.

+ Here is the call graph for this function:

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

Definition at line 1014 of file ip6_map.c.

+ Here is the call graph for this function:

static_always_inline bool ip6_map_ip4_lookup_bypass ( vlib_buffer_t p0,
ip4_header_t ip 
)

Definition at line 153 of file ip6_map.c.

+ Here is the caller graph for this function:

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

Definition at line 820 of file ip6_map.c.

+ Here is the call graph for this function:

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

Definition at line 680 of file ip6_map.c.

+ Here is the call graph for this function:

static_always_inline void ip6_map_ip6_reass_prepare ( vlib_main_t vm,
vlib_node_runtime_t node,
map_ip6_reass_t r,
u32 **  fragments_ready,
u32 **  fragments_to_drop 
)

Definition at line 559 of file ip6_map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline bool ip6_map_sec_check ( map_domain_t d,
u16  port,
ip4_header_t ip4,
ip6_header_t ip6 
)

Definition at line 104 of file ip6_map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline void ip6_map_security_check ( map_domain_t d,
ip4_header_t ip4,
ip6_header_t ip6,
u32 next,
u8 error 
)

Definition at line 120 of file ip6_map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void map_ip4_drop_pi ( u32  pi)

Definition at line 664 of file ip6_map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void map_ip6_drop_pi ( u32  pi)

Definition at line 655 of file ip6_map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

static vlib_node_registration_t ip6_map_icmp_relay_node
static
Initial value:
= {
.function = ip6_map_icmp_relay,
.name = "ip6-map-icmp-relay",
.vector_size = sizeof(u32),
.format_trace = format_map_trace,
.n_errors = MAP_N_ERROR,
.error_strings = map_error_strings,
.n_next_nodes = IP6_ICMP_RELAY_N_NEXT,
.next_nodes = {
[IP6_ICMP_RELAY_NEXT_DROP] = "error-drop",
},
}
static char * map_error_strings[]
Definition: ip6_map.c:1173
static uword ip6_map_icmp_relay(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip6_map.c:1014
unsigned int u32
Definition: types.h:88
u8 * format_map_trace(u8 *s, va_list *args)
Definition: map.c:1435

(constructor) VLIB_REGISTER_NODE (ip6_map_icmp_relay_node)

Definition at line 61 of file ip6_map.c.

vlib_node_registration_t ip6_map_ip4_reass_node
Initial value:
= {
.function = ip6_map_ip4_reass,
.name = "ip6-map-ip4-reass",
.vector_size = sizeof(u32),
.n_errors = MAP_N_ERROR,
.error_strings = map_error_strings,
.n_next_nodes = IP6_MAP_IP4_REASS_N_NEXT,
.next_nodes = {
[IP6_MAP_IP4_REASS_NEXT_DROP] = "error-drop",
},
}
static char * map_error_strings[]
Definition: ip6_map.c:1173
u8 * format_ip6_map_ip4_reass_trace(u8 *s, va_list *args)
Definition: ip6_map.c:71
static uword ip6_map_ip4_reass(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip6_map.c:820
unsigned int u32
Definition: types.h:88

(constructor) VLIB_REGISTER_NODE (ip6_map_ip4_reass_node)

Definition at line 59 of file ip6_map.c.

vlib_node_registration_t ip6_map_ip6_reass_node
Initial value:
= {
.function = ip6_map_ip6_reass,
.name = "ip6-map-ip6-reass",
.vector_size = sizeof(u32),
.n_errors = MAP_N_ERROR,
.error_strings = map_error_strings,
.n_next_nodes = IP6_MAP_IP6_REASS_N_NEXT,
.next_nodes = {
[IP6_MAP_IP6_REASS_NEXT_DROP] = "error-drop",
},
}
static char * map_error_strings[]
Definition: ip6_map.c:1173
unsigned int u32
Definition: types.h:88
u8 * format_ip6_map_ip6_reass_trace(u8 *s, va_list *args)
Definition: ip6_map.c:90
static uword ip6_map_ip6_reass(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip6_map.c:680

(constructor) VLIB_REGISTER_NODE (ip6_map_ip6_reass_node)

Definition at line 60 of file ip6_map.c.

Initial value:
= {
.function = ip6_map,
.name = "ip6-map",
.vector_size = sizeof(u32),
.format_trace = format_map_trace,
.n_errors = MAP_N_ERROR,
.error_strings = map_error_strings,
.n_next_nodes = IP6_MAP_N_NEXT,
.next_nodes = {
[IP6_MAP_NEXT_IP4_LOOKUP] = "ip4-lookup",
[IP6_MAP_NEXT_IP4_REWRITE] = "ip4-load-balance",
[IP6_MAP_NEXT_IP6_REASS] = "ip6-map-ip6-reass",
[IP6_MAP_NEXT_IP4_REASS] = "ip6-map-ip4-reass",
[IP6_MAP_NEXT_IP4_FRAGMENT] = "ip4-frag",
[IP6_MAP_NEXT_IP6_ICMP_RELAY] = "ip6-map-icmp-relay",
[IP6_MAP_NEXT_IP6_LOCAL] = "ip6-local",
[IP6_MAP_NEXT_DROP] = "error-drop",
[IP6_MAP_NEXT_ICMP] = "ip6-icmp-error",
},
}
static char * map_error_strings[]
Definition: ip6_map.c:1173
static uword ip6_map(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip6_map.c:170
unsigned int u32
Definition: types.h:88
u8 * format_map_trace(u8 *s, va_list *args)
Definition: map.c:1435

(constructor) VLIB_REGISTER_NODE (ip6_map_node)

Definition at line 1180 of file ip6_map.c.

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

Definition at line 1173 of file ip6_map.c.