FD.io VPP  v19.04.3-1-gdfec10d13
Vector Packet Processing
misc.c File Reference
+ Include dependency graph for misc.c:

Go to the source code of this file.

Functions

vnet_main_tvnet_get_main (void)
 
static uword vnet_local_interface_tx (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *f)
 
 VNET_DEVICE_CLASS (vnet_local_interface_device_class)
 
 VNET_HW_INTERFACE_CLASS (vnet_local_interface_hw_class, static)
 
clib_error_tvnet_main_init (vlib_main_t *vm)
 

Variables

vnet_main_t vnet_main
 
vnet_main_t ** vnet_mains
 

Function Documentation

◆ VNET_DEVICE_CLASS()

VNET_DEVICE_CLASS ( vnet_local_interface_device_class  )
+ Here is the caller graph for this function:

◆ vnet_get_main()

vnet_main_t* vnet_get_main ( void  )

Definition at line 47 of file misc.c.

◆ VNET_HW_INTERFACE_CLASS()

VNET_HW_INTERFACE_CLASS ( vnet_local_interface_hw_class  ,
static   
)
+ Here is the caller graph for this function:

◆ vnet_local_interface_tx()

static uword vnet_local_interface_tx ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t f 
)
static

Definition at line 53 of file misc.c.

+ Here is the call graph for this function:

◆ vnet_main_init()

clib_error_t* vnet_main_init ( vlib_main_t vm)

Definition at line 74 of file misc.c.

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

Variable Documentation

◆ vnet_main

vnet_main_t vnet_main

Definition at line 43 of file misc.c.

◆ vnet_mains

vnet_main_t** vnet_mains

Definition at line 44 of file misc.c.