FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
vxlan_gpe_api.c File Reference
+ Include dependency graph for vxlan_gpe_api.c:

Go to the source code of this file.

Macros

#define vl_typedefs
 
#define vl_endianfun
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define vl_api_version(n, v)   static u32 api_version=(v);
 
#define foreach_vxlan_gpe_plugin_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_vxlan_gpe_ioam_enable_t_handler (vl_api_vxlan_gpe_ioam_enable_t *mp)
 
static void vl_api_vxlan_gpe_ioam_disable_t_handler (vl_api_vxlan_gpe_ioam_disable_t *mp)
 
static void vl_api_vxlan_gpe_ioam_vni_enable_t_handler (vl_api_vxlan_gpe_ioam_vni_enable_t *mp)
 
static void vl_api_vxlan_gpe_ioam_vni_disable_t_handler (vl_api_vxlan_gpe_ioam_vni_disable_t *mp)
 
static void vl_api_vxlan_gpe_ioam_transit_enable_t_handler (vl_api_vxlan_gpe_ioam_transit_enable_t *mp)
 
static void vl_api_vxlan_gpe_ioam_transit_disable_t_handler (vl_api_vxlan_gpe_ioam_transit_disable_t *mp)
 
static clib_error_tvxlan_gpe_plugin_api_hookup (vlib_main_t *vm)
 
static void setup_message_id_table (vxlan_gpe_ioam_main_t *sm, api_main_t *am)
 
static clib_error_tvxlan_gpe_init (vlib_main_t *vm)
 

Macro Definition Documentation

#define foreach_vxlan_gpe_plugin_api_msg
Value:
_(VXLAN_GPE_IOAM_ENABLE, vxlan_gpe_ioam_enable) \
_(VXLAN_GPE_IOAM_DISABLE, vxlan_gpe_ioam_disable) \
_(VXLAN_GPE_IOAM_VNI_ENABLE, vxlan_gpe_ioam_vni_enable) \
_(VXLAN_GPE_IOAM_VNI_DISABLE, vxlan_gpe_ioam_vni_disable) \
_(VXLAN_GPE_IOAM_TRANSIT_ENABLE, vxlan_gpe_ioam_transit_enable) \
_(VXLAN_GPE_IOAM_TRANSIT_DISABLE, vxlan_gpe_ioam_transit_disable) \
clib_error_t * vxlan_gpe_ioam_enable(int has_trace_option, int has_pot_option, int has_ppc_option)
clib_error_t * vxlan_gpe_ioam_disable(int has_trace_option, int has_pot_option, int has_ppc_option)

Definition at line 56 of file vxlan_gpe_api.c.

#define vl_api_version (   n,
 
)    static u32 api_version=(v);

Definition at line 50 of file vxlan_gpe_api.c.

#define vl_endianfun

Definition at line 39 of file vxlan_gpe_api.c.

#define vl_msg_name_crc_list

Definition at line 261 of file vxlan_gpe_api.c.

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

Definition at line 44 of file vxlan_gpe_api.c.

#define vl_printfun

Definition at line 45 of file vxlan_gpe_api.c.

#define vl_typedefs

Definition at line 34 of file vxlan_gpe_api.c.

Function Documentation

static void setup_message_id_table ( vxlan_gpe_ioam_main_t sm,
api_main_t am 
)
static

Definition at line 266 of file vxlan_gpe_api.c.

+ Here is the caller graph for this function:

static void vl_api_vxlan_gpe_ioam_disable_t_handler ( vl_api_vxlan_gpe_ioam_disable_t mp)
static

Definition at line 86 of file vxlan_gpe_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_vxlan_gpe_ioam_enable_t_handler ( vl_api_vxlan_gpe_ioam_enable_t mp)
static

Definition at line 66 of file vxlan_gpe_api.c.

+ Here is the call graph for this function:

static void vl_api_vxlan_gpe_ioam_transit_disable_t_handler ( vl_api_vxlan_gpe_ioam_transit_disable_t mp)
static

Definition at line 222 of file vxlan_gpe_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_vxlan_gpe_ioam_transit_enable_t_handler ( vl_api_vxlan_gpe_ioam_transit_enable_t mp)
static

Definition at line 200 of file vxlan_gpe_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_vxlan_gpe_ioam_vni_disable_t_handler ( vl_api_vxlan_gpe_ioam_vni_disable_t mp)
static

Definition at line 154 of file vxlan_gpe_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_vxlan_gpe_ioam_vni_enable_t_handler ( vl_api_vxlan_gpe_ioam_vni_enable_t mp)
static

Definition at line 105 of file vxlan_gpe_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* vxlan_gpe_init ( vlib_main_t vm)
static

Definition at line 275 of file vxlan_gpe_api.c.

+ Here is the call graph for this function:

static clib_error_t* vxlan_gpe_plugin_api_hookup ( vlib_main_t vm)
static

Definition at line 244 of file vxlan_gpe_api.c.

+ Here is the caller graph for this function: