FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
vxlan_gpe_ioam_export_thread.c File Reference
+ Include dependency graph for vxlan_gpe_ioam_export_thread.c:

Go to the source code of this file.

Functions

static uword vxlan_gpe_ioam_export_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
 

Variables

static vlib_node_registration_t vxlan_gpe_ioam_export_process_node
 (constructor) VLIB_REGISTER_NODE (vxlan_gpe_ioam_export_process_node) More...
 
ioam_export_main_t vxlan_gpe_ioam_export_main
 

Function Documentation

static uword vxlan_gpe_ioam_export_process ( vlib_main_t vm,
vlib_node_runtime_t rt,
vlib_frame_t f 
)
static

Definition at line 26 of file vxlan_gpe_ioam_export_thread.c.

+ Here is the call graph for this function:

Variable Documentation

ioam_export_main_t vxlan_gpe_ioam_export_main

Definition at line 63 of file vxlan_gpe_ioam_export.c.

static vlib_node_registration_t vxlan_gpe_ioam_export_process_node
static
Initial value:
=
{
.name = "vxlan-gpe-ioam-export-process",
}
static uword vxlan_gpe_ioam_export_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)

(constructor) VLIB_REGISTER_NODE (vxlan_gpe_ioam_export_process_node)

Definition at line 22 of file vxlan_gpe_ioam_export_thread.c.