FD.io VPP  v19.01.1-17-ge106252
Vector Packet Processing
nsh_md2_ioam.h File Reference
+ Include dependency graph for nsh_md2_ioam.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  nsh_md2_ioam_sw_interface_
 
struct  nsh_md2_ioam_dest_tunnels_
 
struct  nsh_md2_ioam_main_
 
struct  ioam_trace_t
 

Macros

#define PPC_NONE   0
 
#define PPC_ENCAP   1
 
#define PPC_DECAP   2
 
#define TSP_SECONDS   0
 
#define TSP_MILLISECONDS   1
 
#define TSP_MICROSECONDS   2
 
#define TSP_NANOSECONDS   3
 

Typedefs

typedef struct nsh_md2_ioam_sw_interface_ nsh_md2_ioam_sw_interface_t
 
typedef struct nsh_md2_ioam_dest_tunnels_ nsh_md2_ioam_dest_tunnels_t
 
typedef struct nsh_md2_ioam_main_ nsh_md2_ioam_main_t
 

Functions

clib_error_tnsh_md2_ioam_enable_disable (int has_trace_option, int has_pot_option, int has_ppc_option)
 
int nsh_md2_ioam_trace_profile_setup (void)
 
int nsh_md2_ioam_trace_profile_cleanup (void)
 
void nsh_md2_ioam_interface_init (void)
 

Variables

nsh_md2_ioam_main_t nsh_md2_ioam_main
 

Macro Definition Documentation

#define PPC_DECAP   2

Definition at line 59 of file nsh_md2_ioam.h.

#define PPC_ENCAP   1

Definition at line 58 of file nsh_md2_ioam.h.

#define PPC_NONE   0

Definition at line 57 of file nsh_md2_ioam.h.

#define TSP_MICROSECONDS   2

Definition at line 64 of file nsh_md2_ioam.h.

#define TSP_MILLISECONDS   1

Definition at line 63 of file nsh_md2_ioam.h.

#define TSP_NANOSECONDS   3

Definition at line 65 of file nsh_md2_ioam.h.

#define TSP_SECONDS   0

Definition at line 62 of file nsh_md2_ioam.h.

Typedef Documentation

Function Documentation

clib_error_t* nsh_md2_ioam_enable_disable ( int  has_trace_option,
int  has_pot_option,
int  has_ppc_option 
)

Definition at line 346 of file nsh_md2_ioam.c.

+ Here is the call graph for this function:

void nsh_md2_ioam_interface_init ( void  )

Definition at line 502 of file nsh_md2_ioam.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int nsh_md2_ioam_trace_profile_cleanup ( void  )

Definition at line 390 of file nsh_md2_ioam_trace.c.

+ Here is the caller graph for this function:

int nsh_md2_ioam_trace_profile_setup ( void  )

Definition at line 433 of file nsh_md2_ioam_trace.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

nsh_md2_ioam_main_t nsh_md2_ioam_main

Definition at line 42 of file nsh_md2_ioam.c.