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 * | ipsec_input_ip6_protect_policy_match (ipsec_spd_t *spd, ip6_address_t *sa, ip6_address_t *da, u32 spi) |
|
static uword | ipsec_input_ip4_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
static uword | ipsec_input_ip6_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
#define ESP_NODE "esp-decrypt" |
#define foreach_ipsec_input_error |
Value:_(RX_PKTS, "IPSEC pkts received") \
_(DECRYPTION_FAILED, "IPSEC decryption failed")
Definition at line 45 of file ipsec_input.c.
#define foreach_ipsec_input_next |
static u8* format_ipsec_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* ipsec_input_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 58 of file ipsec_input.c.
Initial value:= {
.name = "ipsec-input-ip4",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
(constructor) VLIB_REGISTER_NODE (ipsec_input_ip4_node)
Definition at line 190 of file ipsec_input.c.
Initial value:= {
.name = "ipsec-input-ip6",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
(constructor) VLIB_REGISTER_NODE (ipsec_input_ip6_node)
Definition at line 322 of file ipsec_input.c.