Go to the source code of this file.
|
static u8 * | format_crypto_dispatch_trace (u8 *s, va_list *args) |
|
static void | vnet_crypto_async_add_trace (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_buffer_t *b, vnet_crypto_async_op_id_t op_id, vnet_crypto_op_status_t status) |
|
static_always_inline u32 | crypto_dequeue_frame (vlib_main_t *vm, vlib_node_runtime_t *node, vnet_crypto_thread_t *ct, vnet_crypto_frame_dequeue_t *hdl, u32 n_cache, u32 *n_total) |
|
VLIB_NODE_FN() | crypto_dispatch_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
◆ foreach_crypto_dispatch_next
#define foreach_crypto_dispatch_next _(ERR_DROP, "error-drop") |
◆ crypto_dispatch_next_t
Enumerator |
---|
CRYPTO_DISPATCH_N_NEXT | |
Definition at line 37 of file node.c.
◆ vnet_crypto_async_error_t
Enumerator |
---|
VNET_CRYPTO_ASYNC_N_ERROR | |
Definition at line 20 of file node.c.
◆ crypto_dequeue_frame()
◆ crypto_dispatch_node()
◆ format_crypto_dispatch_trace()
static u8* format_crypto_dispatch_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ vnet_crypto_async_add_trace()
◆ crypto_dispatch_node
Initial value:= {
.name = "crypto-dispatch",
.state = VLIB_NODE_STATE_DISABLED,
.next_nodes = {
#define _(n, s)
},
}
static char * vnet_crypto_async_error_strings[]
static u8 * format_crypto_dispatch_trace(u8 *s, va_list *args)
#define foreach_crypto_dispatch_next
(constructor) VLIB_REGISTER_NODE (crypto_dispatch_node)
Definition at line 159 of file node.c.
◆ vnet_crypto_async_error_strings
char* vnet_crypto_async_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_crypto_op_status
Definition at line 28 of file node.c.