FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
api.c File Reference
+ Include dependency graph for api.c:

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   crypto_sw_scheduler_base_msg_id
 

Functions

static void vl_api_crypto_sw_scheduler_set_worker_t_handler (vl_api_crypto_sw_scheduler_set_worker_t *mp)
 
clib_error_tcrypto_sw_scheduler_api_init (vlib_main_t *vm)
 

Variables

static u32 crypto_sw_scheduler_base_msg_id
 Base message ID fot the plugin. More...
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   crypto_sw_scheduler_base_msg_id

Definition at line 39 of file api.c.

Function Documentation

◆ crypto_sw_scheduler_api_init()

clib_error_t* crypto_sw_scheduler_api_init ( vlib_main_t vm)

Definition at line 63 of file api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_crypto_sw_scheduler_set_worker_t_handler()

static void vl_api_crypto_sw_scheduler_set_worker_t_handler ( vl_api_crypto_sw_scheduler_set_worker_t mp)
static

Definition at line 45 of file api.c.

+ Here is the call graph for this function:

Variable Documentation

◆ crypto_sw_scheduler_base_msg_id

u32 crypto_sw_scheduler_base_msg_id
static

Base message ID fot the plugin.

Definition at line 37 of file api.c.