FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
teib_api.c File Reference
+ Include dependency graph for teib_api.c:

Go to the source code of this file.

Data Structures

struct  vl_api_teib_send_t_
 

Macros

#define REPLY_MSG_ID_BASE   teib_base_msg_id
 

Typedefs

typedef struct vl_api_teib_send_t_ vl_api_teib_send_t
 

Functions

static void vl_api_teib_entry_add_del_t_handler (vl_api_teib_entry_add_del_t *mp)
 
static walk_rc_t vl_api_teib_send_one (index_t nei, void *arg)
 
static void vl_api_teib_dump_t_handler (vl_api_teib_dump_t *mp)
 
static clib_error_tteib_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (teib_api_hookup)
 

Variables

static u32 teib_base_msg_id
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   teib_base_msg_id

Definition at line 34 of file teib_api.c.

Typedef Documentation

◆ vl_api_teib_send_t

Function Documentation

◆ teib_api_hookup()

static clib_error_t* teib_api_hookup ( vlib_main_t vm)
static

Definition at line 122 of file teib_api.c.

+ Here is the call graph for this function:

◆ vl_api_teib_dump_t_handler()

static void vl_api_teib_dump_t_handler ( vl_api_teib_dump_t mp)
static

Definition at line 96 of file teib_api.c.

+ Here is the call graph for this function:

◆ vl_api_teib_entry_add_del_t_handler()

static void vl_api_teib_entry_add_del_t_handler ( vl_api_teib_entry_add_del_t mp)
static

Definition at line 39 of file teib_api.c.

+ Here is the call graph for this function:

◆ vl_api_teib_send_one()

static walk_rc_t vl_api_teib_send_one ( index_t  nei,
void *  arg 
)
static

Definition at line 68 of file teib_api.c.

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

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( teib_api_hookup  )
+ Here is the caller graph for this function:

Variable Documentation

◆ teib_base_msg_id

u32 teib_base_msg_id
static

Definition at line 33 of file teib_api.c.