FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
ioam_export_thread.c File Reference
+ Include dependency graph for ioam_export_thread.c:

Go to the source code of this file.

Macros

#define EXPORT_TIMEOUT   (20.0)
 
#define THREAD_PERIOD   (30.0)
 

Functions

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

Variables

static vlib_node_registration_t ioam_export_process_node
 (constructor) VLIB_REGISTER_NODE (ioam_export_process_node) More...
 

Macro Definition Documentation

#define EXPORT_TIMEOUT   (20.0)

Definition at line 23 of file ioam_export_thread.c.

#define THREAD_PERIOD   (30.0)

Definition at line 24 of file ioam_export_thread.c.

Function Documentation

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

Definition at line 27 of file ioam_export_thread.c.

+ Here is the call graph for this function:

Variable Documentation

static vlib_node_registration_t ioam_export_process_node
static
Initial value:
=
{
.function = ioam_export_process,
.name = "ioam-export-process",
}
static uword ioam_export_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)

(constructor) VLIB_REGISTER_NODE (ioam_export_process_node)

Definition at line 22 of file ioam_export_thread.c.