FD.io VPP  v21.10.1-2-g0a485f517
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

◆ 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 
)
static

Definition at line 27 of file vxlan_gpe_ioam_export_thread.c.

+ Here is the call graph for this function:

Variable Documentation

◆ vxlan_gpe_ioam_export_main

ioam_export_main_t vxlan_gpe_ioam_export_main

Definition at line 38 of file vxlan_gpe_ioam_export.c.

◆ vxlan_gpe_ioam_export_process_node

static vlib_node_registration_t vxlan_gpe_ioam_export_process_node
static
Initial value:
=
{
.name = "vxlan-gpe-ioam-export-process",
}

(constructor) VLIB_REGISTER_NODE (vxlan_gpe_ioam_export_process_node)

Definition at line 23 of file vxlan_gpe_ioam_export_thread.c.

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)
Definition: vxlan_gpe_ioam_export_thread.c:27
VLIB_NODE_TYPE_PROCESS
@ VLIB_NODE_TYPE_PROCESS
Definition: node.h:84