Go to the source code of this file.
#define foreach_ipsec_if_input_error _(RX, "good packets received") |
Enumerator |
---|
IPSEC_IF_INPUT_N_ERROR |
|
Definition at line 35 of file ipsec_if_in.c.
u8* format_ipsec_if_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
char* ipsec_if_input_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ipsec_if_input_error
Definition at line 29 of file ipsec_if_in.c.
Initial value:= {
.name = "ipsec-if-input",
.vector_size =
sizeof (
u32),
.sibling_of = "ipsec-input-ip4",
}
u8 * format_ipsec_if_input_trace(u8 *s, va_list *args)
static uword ipsec_if_input_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static char * ipsec_if_input_error_strings[]
(constructor) VLIB_REGISTER_NODE (ipsec_if_input_node)
Definition at line 202 of file ipsec_if_in.c.