Go to the source code of this file.
#define foreach_esp_encrypt_error |
Value:_(RX_PKTS, "ESP pkts received") \
_(SEQ_CYCLED, "sequence number cycled") \
_(ENQ_FAIL, "Enqueue failed (buffer full)") \
_(NO_CRYPTODEV, "Cryptodev not configured")
Definition at line 42 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 28 of file esp_encrypt.c.
#define foreach_esp_encrypt_post_error _(PKTS, "ESP post pkts") |
Enumerator |
---|
ESP_ENCRYPT_N_ERROR |
|
ESP_ENCRYPT_N_ERROR |
|
Definition at line 49 of file esp_encrypt.c.
Enumerator |
---|
ESP_ENCRYPT_N_NEXT |
|
ESP_ENCRYPT_N_NEXT |
|
Definition at line 35 of file esp_encrypt.c.
Enumerator |
---|
ESP_ENCRYPT_POST_N_ERROR |
|
Definition at line 494 of file esp_encrypt.c.
static u8* format_esp_encrypt_post_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static u8* format_esp_encrypt_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Initial value:= {
.name = "dpdk-esp-encrypt",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes =
{
[ESP_ENCRYPT_NEXT_DROP] = "error-drop",
}
}
static u8 * format_esp_encrypt_trace(u8 *s, va_list *args)
static char * esp_encrypt_error_strings[]
#define VLIB_NODE_FLAG_IS_OUTPUT
static uword dpdk_esp_encrypt_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
(constructor) VLIB_REGISTER_NODE (dpdk_esp_encrypt_node)
Definition at line 63 of file esp_encrypt.c.
Initial value:= {
.name = "dpdk-esp-encrypt-post",
.vector_size =
sizeof (
u32),
.next_nodes =
{
#define _(s,n)
}
}
static char * esp_encrypt_post_error_strings[]
static uword dpdk_esp_encrypt_post_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
#define foreach_esp_encrypt_next
static u8 * format_esp_encrypt_post_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (dpdk_esp_encrypt_post_node)
Definition at line 508 of file esp_encrypt.c.
char* esp_encrypt_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_esp_encrypt_error
Definition at line 57 of file esp_encrypt.c.
char* esp_encrypt_post_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_esp_encrypt_post_error
Definition at line 502 of file esp_encrypt.c.