FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
tap_api.c File Reference
+ Include dependency graph for tap_api.c:

Go to the source code of this file.

Macros

#define vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define foreach_tap_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void send_sw_interface_event_deleted (vpe_api_main_t *am, unix_shared_memory_queue_t *q, u32 sw_if_index)
 
static void vl_api_tap_connect_t_handler (vl_api_tap_connect_t *mp)
 
static void vl_api_tap_modify_t_handler (vl_api_tap_modify_t *mp)
 
static void vl_api_tap_delete_t_handler (vl_api_tap_delete_t *mp)
 
static void send_sw_interface_tap_details (vpe_api_main_t *am, unix_shared_memory_queue_t *q, tapcli_interface_details_t *tap_if, u32 context)
 
static void vl_api_sw_interface_tap_dump_t_handler (vl_api_sw_interface_tap_dump_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_ttap_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (tap_api_hookup)
 

Macro Definition Documentation

#define foreach_tap_api_msg
Value:
_(TAP_CONNECT, tap_connect) \
_(TAP_MODIFY, tap_modify) \
_(TAP_DELETE, tap_delete) \
_(SW_INTERFACE_TAP_DUMP, sw_interface_tap_dump)

Definition at line 48 of file tap_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 36 of file tap_api.c.

#define vl_msg_name_crc_list

Definition at line 54 of file tap_api.c.

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 41 of file tap_api.c.

#define vl_printfun

Definition at line 42 of file tap_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 32 of file tap_api.c.

Function Documentation

static void send_sw_interface_event_deleted ( vpe_api_main_t am,
unix_shared_memory_queue_t q,
u32  sw_if_index 
)
static

Definition at line 62 of file tap_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void send_sw_interface_tap_details ( vpe_api_main_t am,
unix_shared_memory_queue_t q,
tapcli_interface_details_t tap_if,
u32  context 
)
static

Definition at line 203 of file tap_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 246 of file tap_api.c.

+ Here is the caller graph for this function:

static clib_error_t* tap_api_hookup ( vlib_main_t vm)
static

Definition at line 254 of file tap_api.c.

+ Here is the call graph for this function:

static void vl_api_sw_interface_tap_dump_t_handler ( vl_api_sw_interface_tap_dump_t mp)
static

Definition at line 221 of file tap_api.c.

+ Here is the call graph for this function:

static void vl_api_tap_connect_t_handler ( vl_api_tap_connect_t mp)
static

Definition at line 80 of file tap_api.c.

+ Here is the call graph for this function:

static void vl_api_tap_delete_t_handler ( vl_api_tap_delete_t mp)
static

Definition at line 171 of file tap_api.c.

+ Here is the call graph for this function:

static void vl_api_tap_modify_t_handler ( vl_api_tap_modify_t mp)
static

Definition at line 136 of file tap_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( tap_api_hookup  )

+ Here is the caller graph for this function: