FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
plugin.h File Reference
+ Include dependency graph for plugin.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  plugin_info_t
 
struct  plugin_main_t
 

Functions

int vlib_plugin_early_init (vlib_main_t *vm)
 
int vlib_load_new_plugins (plugin_main_t *pm, int from_early_init)
 

Variables

plugin_main_t vlib_plugin_main
 

Function Documentation

int vlib_load_new_plugins ( plugin_main_t pm,
int  from_early_init 
)

Definition at line 125 of file plugin.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vlib_plugin_early_init ( vlib_main_t vm)

Definition at line 207 of file plugin.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

plugin_main_t vlib_plugin_main

Definition at line 85 of file plugin.h.