FD.io VPP  v16.06
Vector Packet Processing
icmp4.c File Reference
+ Include dependency graph for icmp4.c:

Go to the source code of this file.

Data Structures

struct  icmp4_main_t
 
struct  pg_icmp46_header_t
 

Enumerations

enum  icmp_input_next_t { ICMP_INPUT_NEXT_ERROR, ICMP_INPUT_N_NEXT, ICMP_INPUT_NEXT_DROP, ICMP_INPUT_N_NEXT }
 
enum  ip4_icmp_error_next_t { IP4_ICMP_ERROR_NEXT_DROP, IP4_ICMP_ERROR_NEXT_LOOKUP, IP4_ICMP_ERROR_N_NEXT }
 

Functions

static u8format_ip4_icmp_type_and_code (u8 *s, va_list *args)
 
static u8format_ip4_icmp_header (u8 *s, va_list *args)
 
static u8format_icmp_input_trace (u8 *s, va_list *va)
 
static uword ip4_icmp_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword ip4_icmp_echo_request (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
void icmp4_error_set_vnet_buffer (vlib_buffer_t *b, u8 type, u8 code, u32 data)
 
static u8 icmp4_icmp_type_to_error (u8 type)
 
static uword ip4_icmp_error (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword unformat_icmp_type_and_code (unformat_input_t *input, va_list *args)
 
static void icmp4_pg_edit_function (pg_main_t *pg, pg_stream_t *s, pg_edit_group_t *g, u32 *packets, u32 n_packets)
 
always_inline void pg_icmp_header_init (pg_icmp46_header_t *p)
 
static uword unformat_pg_icmp_header (unformat_input_t *input, va_list *args)
 
void ip4_icmp_register_type (vlib_main_t *vm, icmp4_type_t type, u32 node_index)
 
static clib_error_ticmp4_init (vlib_main_t *vm)
 

Variables

static char * icmp_error_strings []
 
icmp4_main_t icmp4_main
 
vlib_node_registration_t ip4_icmp_input_node
 (constructor) VLIB_REGISTER_NODE (ip4_icmp_input_node) More...
 
vlib_node_registration_t ip4_icmp_echo_request_node
 (constructor) VLIB_REGISTER_NODE (ip4_icmp_echo_request_node) More...
 
vlib_node_registration_t ip4_icmp_error_node
 (constructor) VLIB_REGISTER_NODE (ip4_icmp_error_node) More...
 

Enumeration Type Documentation

Enumerator
ICMP_INPUT_NEXT_ERROR 
ICMP_INPUT_N_NEXT 
ICMP_INPUT_NEXT_DROP 
ICMP_INPUT_N_NEXT 

Definition at line 119 of file icmp4.c.

Enumerator
IP4_ICMP_ERROR_NEXT_DROP 
IP4_ICMP_ERROR_NEXT_LOOKUP 
IP4_ICMP_ERROR_N_NEXT 

Definition at line 409 of file icmp4.c.

Function Documentation

static u8* format_icmp_input_trace ( u8 s,
va_list *  va 
)
static

Definition at line 106 of file icmp4.c.

+ Here is the call graph for this function:

static u8* format_ip4_icmp_header ( u8 s,
va_list *  args 
)
static

Definition at line 90 of file icmp4.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_ip4_icmp_type_and_code ( u8 s,
va_list *  args 
)
static

Definition at line 51 of file icmp4.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void icmp4_error_set_vnet_buffer ( vlib_buffer_t b,
u8  type,
u8  code,
u32  data 
)

Definition at line 416 of file icmp4.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8 icmp4_icmp_type_to_error ( u8  type)
static

Definition at line 424 of file icmp4.c.

+ Here is the caller graph for this function:

static clib_error_t* icmp4_init ( vlib_main_t vm)
static

Definition at line 707 of file icmp4.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void icmp4_pg_edit_function ( pg_main_t pg,
pg_stream_t s,
pg_edit_group_t g,
u32 packets,
u32  n_packets 
)
static

Definition at line 595 of file icmp4.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 223 of file icmp4.c.

+ Here is the call graph for this function:

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

Definition at line 439 of file icmp4.c.

+ Here is the call graph for this function:

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

Definition at line 136 of file icmp4.c.

+ Here is the call graph for this function:

void ip4_icmp_register_type ( vlib_main_t vm,
icmp4_type_t  type,
u32  node_index 
)

Definition at line 696 of file icmp4.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

always_inline void pg_icmp_header_init ( pg_icmp46_header_t p)

Definition at line 632 of file icmp4.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword unformat_icmp_type_and_code ( unformat_input_t input,
va_list *  args 
)
static

Definition at line 570 of file icmp4.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword unformat_pg_icmp_header ( unformat_input_t input,
va_list *  args 
)
static

Definition at line 643 of file icmp4.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

icmp4_main_t icmp4_main

Definition at line 133 of file icmp4.c.

char* icmp_error_strings[]
static
Initial value:
= {
#define _(f,s)
}

Definition at line 45 of file icmp4.c.

vlib_node_registration_t ip4_icmp_echo_request_node
Initial value:
= {
.function = ip4_icmp_echo_request,
.name = "ip4-icmp-echo-request",
.vector_size = sizeof (u32),
.format_trace = format_icmp_input_trace,
.n_next_nodes = 1,
.next_nodes = {
[0] = "ip4-rewrite-local",
},
}
static u8 * format_icmp_input_trace(u8 *s, va_list *va)
Definition: icmp4.c:106
static uword ip4_icmp_echo_request(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: icmp4.c:223
unsigned int u32
Definition: types.h:88

(constructor) VLIB_REGISTER_NODE (ip4_icmp_echo_request_node)

Definition at line 395 of file icmp4.c.

vlib_node_registration_t ip4_icmp_error_node
Initial value:
= {
.function = ip4_icmp_error,
.name = "ip4-icmp-error",
.vector_size = sizeof (u32),
.error_strings = icmp_error_strings,
.n_next_nodes = IP4_ICMP_ERROR_N_NEXT,
.next_nodes = {
[IP4_ICMP_ERROR_NEXT_DROP] = "error-drop",
[IP4_ICMP_ERROR_NEXT_LOOKUP] = "ip4-lookup",
},
.format_trace = format_icmp_input_trace,
}
static uword ip4_icmp_error(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: icmp4.c:439
static u8 * format_icmp_input_trace(u8 *s, va_list *va)
Definition: icmp4.c:106
static char * icmp_error_strings[]
Definition: icmp4.c:45
#define ARRAY_LEN(x)
Definition: clib.h:59
unsigned int u32
Definition: types.h:88

(constructor) VLIB_REGISTER_NODE (ip4_icmp_error_node)

Definition at line 552 of file icmp4.c.

vlib_node_registration_t ip4_icmp_input_node
Initial value:
= {
.function = ip4_icmp_input,
.name = "ip4-icmp-input",
.vector_size = sizeof (u32),
.format_trace = format_icmp_input_trace,
.error_strings = icmp_error_strings,
.n_next_nodes = 1,
.next_nodes = {
[ICMP_INPUT_NEXT_ERROR] = "error-punt",
},
}
static u8 * format_icmp_input_trace(u8 *s, va_list *va)
Definition: icmp4.c:106
static char * icmp_error_strings[]
Definition: icmp4.c:45
#define ARRAY_LEN(x)
Definition: clib.h:59
unsigned int u32
Definition: types.h:88
static uword ip4_icmp_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: icmp4.c:136

(constructor) VLIB_REGISTER_NODE (ip4_icmp_input_node)

Definition at line 205 of file icmp4.c.