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

Go to the source code of this file.

Data Structures

struct  ip4_source_check_trace_t
 
union  ip4_source_check_config_t
 

Enumerations

enum  ip4_source_check_next_t { IP4_SOURCE_CHECK_NEXT_DROP, IP4_SOURCE_CHECK_N_NEXT }
 
enum  ip4_source_check_type_t { IP4_SOURCE_CHECK_REACHABLE_VIA_RX, IP4_SOURCE_CHECK_REACHABLE_VIA_ANY }
 

Functions

static u8format_ip4_source_check_trace (u8 *s, va_list *va)
 
static uword ip4_source_check_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, ip4_source_check_type_t source_check_type)
 
static uword ip4_source_check_reachable_via_any (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword ip4_source_check_reachable_via_rx (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
 VLIB_NODE_FUNCTION_MULTIARCH (ip4_check_source_reachable_via_any, ip4_source_check_reachable_via_any)
 (constructor) VLIB_REGISTER_NODE (ip4_check_source_reachable_via_rx) More...
 
 VLIB_NODE_FUNCTION_MULTIARCH (ip4_check_source_reachable_via_rx, ip4_source_check_reachable_via_rx)
 
clib_error_tip4_source_check_init (vlib_main_t *vm)
 

Variables

vlib_node_registration_t ip4_check_source_reachable_via_any
 (constructor) VLIB_REGISTER_NODE (ip4_check_source_reachable_via_any) More...
 
static vlib_cli_command_t set_interface_ip_source_check_command
 (constructor) VLIB_CLI_COMMAND (set_interface_ip_source_check_command) More...
 

Enumeration Type Documentation

Enumerator
IP4_SOURCE_CHECK_NEXT_DROP 
IP4_SOURCE_CHECK_N_NEXT 

Definition at line 59 of file ip4_source_check.c.

Enumerator
IP4_SOURCE_CHECK_REACHABLE_VIA_RX 
IP4_SOURCE_CHECK_REACHABLE_VIA_ANY 

Definition at line 64 of file ip4_source_check.c.

Function Documentation

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

Definition at line 46 of file ip4_source_check.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* ip4_source_check_init ( vlib_main_t vm)

Definition at line 372 of file ip4_source_check.c.

+ Here is the caller graph for this function:

static uword ip4_source_check_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame,
ip4_source_check_type_t  source_check_type 
)
inlinestatic

Definition at line 78 of file ip4_source_check.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 271 of file ip4_source_check.c.

+ Here is the call graph for this function:

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

Definition at line 279 of file ip4_source_check.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

(constructor) VLIB_REGISTER_NODE (ip4_check_source_reachable_via_rx)

Definition at line 300 of file ip4_source_check.c.

+ Here is the call graph for this function:

VLIB_NODE_FUNCTION_MULTIARCH ( ip4_check_source_reachable_via_rx  ,
ip4_source_check_reachable_via_rx   
)

Definition at line 317 of file ip4_source_check.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_node_registration_t ip4_check_source_reachable_via_any
Initial value:
= {
.name = "ip4-source-check-via-any",
.vector_size = sizeof (u32),
.n_next_nodes = IP4_SOURCE_CHECK_N_NEXT,
.next_nodes = {
[IP4_SOURCE_CHECK_NEXT_DROP] = "error-drop",
},
.format_buffer = format_ip4_header,
}
format_function_t format_ip4_header
Definition: format.h:78
unsigned int u32
Definition: types.h:88
static uword ip4_source_check_reachable_via_any(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_ip4_source_check_trace(u8 *s, va_list *va)

(constructor) VLIB_REGISTER_NODE (ip4_check_source_reachable_via_any)

Definition at line 286 of file ip4_source_check.c.

vlib_cli_command_t set_interface_ip_source_check_command
static
Initial value:
= {
.path = "set interface ip source-check",
.function = set_ip_source_check,
.short_help = "Set IP4/IP6 interface unicast source check",
}

(constructor) VLIB_CLI_COMMAND (set_interface_ip_source_check_command)

Definition at line 365 of file ip4_source_check.c.