FD.io VPP  v20.01-48-g3e0dafb74
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_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_post_ip4_reass_next_e { IP6_MAP_POST_IP4_REASS_NEXT_IP4_LOOKUP, IP6_MAP_POST_IP4_REASS_NEXT_IP4_FRAGMENT, IP6_MAP_POST_IP4_REASS_NEXT_DROP, IP6_MAP_POST_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_post_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, vlib_buffer_t *b0, 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)
 
void map_ip6_drop_pi (u32 pi)
 
static uword ip6_map_post_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)
 
 VNET_FEATURE_INIT (ip6_map_feature, static)
 
clib_error_tip6_map_init (vlib_main_t *vm)
 

Variables

vlib_node_registration_t ip6_map_post_ip4_reass_node
 (constructor) VLIB_REGISTER_NODE (ip6_map_post_ip4_reass_node) More...
 
vlib_node_registration_t ip6_map_ip6_reass_node
 
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

◆ ip6_icmp_relay_next_e

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.

◆ ip6_map_ip6_reass_next_e

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.

◆ ip6_map_next_e

Enumerator
IP6_MAP_NEXT_IP4_LOOKUP 
IP6_MAP_NEXT_IP4_REWRITE 
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 22 of file ip6_map.c.

◆ ip6_map_post_ip4_reass_next_e

Enumerator
IP6_MAP_POST_IP4_REASS_NEXT_IP4_LOOKUP 
IP6_MAP_POST_IP4_REASS_NEXT_IP4_FRAGMENT 
IP6_MAP_POST_IP4_REASS_NEXT_DROP 
IP6_MAP_POST_IP4_REASS_N_NEXT 

Definition at line 44 of file ip6_map.c.

Function Documentation

◆ format_ip6_map_ip6_reass_trace()

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:

◆ format_ip6_map_post_ip4_reass_trace()

u8* format_ip6_map_post_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:

◆ ip6_map()

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

Definition at line 176 of file ip6_map.c.

+ Here is the call graph for this function:

◆ ip6_map_icmp_relay()

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

Definition at line 661 of file ip6_map.c.

+ Here is the call graph for this function:

◆ ip6_map_init()

clib_error_t* ip6_map_init ( vlib_main_t vm)

Definition at line 897 of file ip6_map.c.

+ Here is the call graph for this function:

◆ ip6_map_ip4_lookup_bypass()

static_always_inline bool ip6_map_ip4_lookup_bypass ( vlib_buffer_t p0,
ip4_header_t ip 
)

Definition at line 159 of file ip6_map.c.

+ Here is the caller graph for this function:

◆ ip6_map_post_ip4_reass()

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

Definition at line 568 of file ip6_map.c.

+ Here is the call graph for this function:

◆ ip6_map_sec_check()

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:

◆ ip6_map_security_check()

static_always_inline void ip6_map_security_check ( map_domain_t d,
vlib_buffer_t b0,
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:

◆ map_ip6_drop_pi()

void map_ip6_drop_pi ( u32  pi)

Definition at line 556 of file ip6_map.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ VNET_FEATURE_INIT()

VNET_FEATURE_INIT ( ip6_map_feature  ,
static   
)

Variable Documentation

◆ ip6_map_icmp_relay_node

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:820
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
static uword ip6_map_icmp_relay(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip6_map.c:661
u8 * format_map_trace(u8 *s, va_list *args)
Definition: map.c:1203

(constructor) VLIB_REGISTER_NODE (ip6_map_icmp_relay_node)

Definition at line 61 of file ip6_map.c.

◆ ip6_map_ip6_reass_node

vlib_node_registration_t ip6_map_ip6_reass_node

Definition at line 60 of file ip6_map.c.

◆ ip6_map_node

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_IP4_REASS] = "ip4-sv-reassembly-custom-next",
[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:820
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
static uword ip6_map(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip6_map.c:176
u8 * format_map_trace(u8 *s, va_list *args)
Definition: map.c:1203

(constructor) VLIB_REGISTER_NODE (ip6_map_node)

Definition at line 835 of file ip6_map.c.

◆ ip6_map_post_ip4_reass_node

vlib_node_registration_t ip6_map_post_ip4_reass_node
Initial value:
= {
.name = "ip6-map-post-ip4-reass",
.vector_size = sizeof(u32),
.n_errors = MAP_N_ERROR,
.error_strings = map_error_strings,
.next_nodes = {
},
}
static uword ip6_map_post_ip4_reass(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: ip6_map.c:568
static char * map_error_strings[]
Definition: ip6_map.c:820
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
u8 * format_ip6_map_post_ip4_reass_trace(u8 *s, va_list *args)
Definition: ip6_map.c:71

(constructor) VLIB_REGISTER_NODE (ip6_map_post_ip4_reass_node)

Definition at line 59 of file ip6_map.c.

◆ map_error_strings

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

Definition at line 820 of file ip6_map.c.