Go to the source code of this file.
#define foreach_esp_encrypt_error |
Value:_(RX_PKTS, "ESP pkts received") \
_(NO_BUFFER, "No buffer (packet dropped)") \
_(DECRYPTION_FAILED, "ESP encryption failed") \
_(SEQ_CYCLED, "sequence number cycled")
Definition at line 41 of file esp_encrypt.c.
#define foreach_esp_encrypt_next |
Value:_(IP4_LOOKUP, "ip4-lookup") \
_(IP6_LOOKUP, "ip6-lookup") \
_(INTERFACE_OUTPUT, "interface-output")
Definition at line 27 of file esp_encrypt.c.
Enumerator |
---|
ESP_ENCRYPT_N_ERROR |
|
ESP_ENCRYPT_N_ERROR |
|
Definition at line 48 of file esp_encrypt.c.
Enumerator |
---|
ESP_ENCRYPT_N_NEXT |
|
ESP_ENCRYPT_N_NEXT |
|
Definition at line 34 of file esp_encrypt.c.
static u8* format_esp_encrypt_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* esp_encrypt_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_esp_encrypt_error
Definition at line 56 of file esp_encrypt.c.
Initial value:= {
.name = "esp-encrypt",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static uword esp_encrypt_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static u8 * format_esp_encrypt_trace(u8 *s, va_list *args)
#define foreach_esp_encrypt_next
static char * esp_encrypt_error_strings[]
(constructor) VLIB_REGISTER_NODE (esp_encrypt_node)
Definition at line 62 of file esp_encrypt.c.