FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
ipsec_input.c File Reference
+ Include dependency graph for ipsec_input.c:

Go to the source code of this file.

Data Structures

struct  ipsec_input_trace_t
 

Macros

#define foreach_ipsec_input_error
 

Enumerations

enum  ipsec_input_error_t { IPSEC_INPUT_N_ERROR }
 

Functions

static u8format_ipsec_input_trace (u8 *s, va_list *args)
 
static ipsec_policy_tipsec_input_protect_policy_match (ipsec_spd_t *spd, u32 sa, u32 da, u32 spi)
 
static uword ip6_addr_match_range (ip6_address_t *a, ip6_address_t *la, ip6_address_t *ua)
 
static ipsec_policy_tipsec6_input_protect_policy_match (ipsec_spd_t *spd, ip6_address_t *sa, ip6_address_t *da, u32 spi)
 
VLIB_NODE_FN() ipsec4_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
VLIB_NODE_FN() ipsec6_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 

Variables

static char * ipsec_input_error_strings []
 
static vlib_node_registration_t ipsec4_input_node
 (constructor) VLIB_REGISTER_NODE (ipsec4_input_node) More...
 
static vlib_node_registration_t ipsec6_input_node
 (constructor) VLIB_REGISTER_NODE (ipsec6_input_node) More...
 

Macro Definition Documentation

◆ foreach_ipsec_input_error

#define foreach_ipsec_input_error
Value:
_(RX_PKTS, "IPSEC pkts received") \
_(DECRYPTION_FAILED, "IPSEC decryption failed")

Definition at line 27 of file ipsec_input.c.

Enumeration Type Documentation

◆ ipsec_input_error_t

Enumerator
IPSEC_INPUT_N_ERROR 

Definition at line 31 of file ipsec_input.c.

Function Documentation

◆ format_ipsec_input_trace()

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

Definition at line 55 of file ipsec_input.c.

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

◆ ip6_addr_match_range()

static uword ip6_addr_match_range ( ip6_address_t a,
ip6_address_t la,
ip6_address_t ua 
)
inlinestatic

Definition at line 126 of file ipsec_input.c.

+ Here is the caller graph for this function:

◆ ipsec4_input_node()

VLIB_NODE_FN() ipsec4_input_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)

Definition at line 177 of file ipsec_input.c.

+ Here is the call graph for this function:

◆ ipsec6_input_node()

VLIB_NODE_FN() ipsec6_input_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)

Definition at line 358 of file ipsec_input.c.

+ Here is the call graph for this function:

◆ ipsec6_input_protect_policy_match()

static ipsec_policy_t* ipsec6_input_protect_policy_match ( ipsec_spd_t spd,
ip6_address_t sa,
ip6_address_t da,
u32  spi 
)
inlinestatic

Definition at line 136 of file ipsec_input.c.

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

◆ ipsec_input_protect_policy_match()

static ipsec_policy_t* ipsec_input_protect_policy_match ( ipsec_spd_t spd,
u32  sa,
u32  da,
u32  spi 
)
inlinestatic

Definition at line 82 of file ipsec_input.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ ipsec4_input_node

static vlib_node_registration_t ipsec4_input_node
static
Initial value:
= {
.name = "ipsec4-input-feature",
.vector_size = sizeof (u32),
.format_trace = format_ipsec_input_trace,
.error_strings = ipsec_input_error_strings,
.n_next_nodes = IPSEC_INPUT_N_NEXT,
.next_nodes = {
#define _(s,n)
},
}
static char * ipsec_input_error_strings[]
Definition: ipsec_input.c:39
static u8 * format_ipsec_input_trace(u8 *s, va_list *args)
Definition: ipsec_input.c:55
#define foreach_ipsec_input_next
Definition: ipsec.h:45
unsigned int u32
Definition: types.h:88
#define ARRAY_LEN(x)
Definition: clib.h:62

(constructor) VLIB_REGISTER_NODE (ipsec4_input_node)

Definition at line 175 of file ipsec_input.c.

◆ ipsec6_input_node

static vlib_node_registration_t ipsec6_input_node
static
Initial value:
= {
.name = "ipsec6-input-feature",
.vector_size = sizeof (u32),
.format_trace = format_ipsec_input_trace,
.error_strings = ipsec_input_error_strings,
.sibling_of = "ipsec4-input-feature",
}
static char * ipsec_input_error_strings[]
Definition: ipsec_input.c:39
static u8 * format_ipsec_input_trace(u8 *s, va_list *args)
Definition: ipsec_input.c:55
unsigned int u32
Definition: types.h:88
#define ARRAY_LEN(x)
Definition: clib.h:62

(constructor) VLIB_REGISTER_NODE (ipsec6_input_node)

Definition at line 355 of file ipsec_input.c.

◆ ipsec_input_error_strings

char* ipsec_input_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_ipsec_input_error
Definition: ipsec_input.c:27

Definition at line 39 of file ipsec_input.c.