FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
global_funcs.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static u32 vlib_get_n_threads ()
 
static vlib_main_tvlib_get_main_by_index (u32 thread_index)
 
static vlib_main_tvlib_get_main (void)
 
static vlib_main_tvlib_get_first_main (void)
 
static vlib_global_main_tvlib_get_global_main (void)
 
static vlib_thread_main_tvlib_get_thread_main ()
 
static elog_main_tvlib_get_elog_main ()
 

Function Documentation

◆ vlib_get_elog_main()

static elog_main_t* vlib_get_elog_main ( )
inlinestatic

Definition at line 62 of file global_funcs.h.

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

◆ vlib_get_first_main()

static vlib_main_t* vlib_get_first_main ( void  )
inlinestatic

Definition at line 44 of file global_funcs.h.

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

◆ vlib_get_global_main()

static vlib_global_main_t* vlib_get_global_main ( void  )
inlinestatic

Definition at line 50 of file global_funcs.h.

+ Here is the caller graph for this function:

◆ vlib_get_main()

static vlib_main_t* vlib_get_main ( void  )
inlinestatic

Definition at line 38 of file global_funcs.h.

+ Here is the call graph for this function:

◆ vlib_get_main_by_index()

static vlib_main_t* vlib_get_main_by_index ( u32  thread_index)
inlinestatic

Definition at line 29 of file global_funcs.h.

+ Here is the caller graph for this function:

◆ vlib_get_n_threads()

static u32 vlib_get_n_threads ( )
inlinestatic

Definition at line 23 of file global_funcs.h.

+ Here is the caller graph for this function:

◆ vlib_get_thread_main()

static vlib_thread_main_t* vlib_get_thread_main ( )
inlinestatic

Definition at line 56 of file global_funcs.h.