Go to the source code of this file.
|
static u8 * | format_ipsec_input_trace (u8 *s, va_list *args) |
|
static ipsec_policy_t * | ipsec_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_t * | ipsec6_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) |
|
◆ foreach_ipsec_input_error
#define foreach_ipsec_input_error |
Value:_(RX_PKTS, "IPSEC pkts received") \
_(RX_MATCH_PKTS, "IPSEC pkts matched")
Definition at line 28 of file ipsec_input.c.
◆ ipsec_input_error_t
◆ format_ipsec_input_trace()
static u8* format_ipsec_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ip6_addr_match_range()
◆ ipsec4_input_node()
◆ ipsec6_input_node()
◆ ipsec6_input_protect_policy_match()
◆ ipsec_input_protect_policy_match()
◆ ipsec4_input_node
Initial value:= {
.name = "ipsec4-input-feature",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
#define foreach_ipsec_input_next
(constructor) VLIB_REGISTER_NODE (ipsec4_input_node)
Definition at line 165 of file ipsec_input.c.
◆ ipsec6_input_node
Initial value:= {
.name = "ipsec6-input-feature",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
#define foreach_ipsec_input_next
(constructor) VLIB_REGISTER_NODE (ipsec6_input_node)
Definition at line 370 of file ipsec_input.c.
◆ ipsec_input_error_strings
char* ipsec_input_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 40 of file ipsec_input.c.