FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
span.h File Reference
+ Include dependency graph for span.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  span_mirror_t
 
struct  span_interface_t
 
struct  span_main_t
 
struct  span_trace_t
 

Enumerations

enum  span_feat_t { SPAN_FEAT_DEVICE, SPAN_FEAT_L2, SPAN_FEAT_N }
 

Functions

int span_add_delete_entry (vlib_main_t *vm, u32 src_sw_if_index, u32 dst_sw_if_index, u8 state, span_feat_t sf)
 

Variables

span_main_t span_main
 

Enumeration Type Documentation

Enumerator
SPAN_FEAT_DEVICE 
SPAN_FEAT_L2 
SPAN_FEAT_N 

Definition at line 23 of file span.h.

Function Documentation

int span_add_delete_entry ( vlib_main_t vm,
u32  src_sw_if_index,
u32  dst_sw_if_index,
u8  state,
span_feat_t  sf 
)

Definition at line 52 of file span.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

span_main_t span_main

Definition at line 24 of file span.c.