FD.io VPP  v19.08-23-g4b943d6
Vector Packet Processing
tap.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tap_create_if_args_t
 
struct  tap_interface_details_t
 TAP interface details struct. More...
 
struct  tap_main_t
 

Macros

#define MIN(x, y)   (((x)<(y))?(x):(y))
 
#define TAP_FLAG_GSO   (1 << 0)
 

Functions

void tap_create_if (vlib_main_t *vm, tap_create_if_args_t *args)
 
int tap_delete_if (vlib_main_t *vm, u32 sw_if_index)
 
int tap_gso_enable_disable (vlib_main_t *vm, u32 sw_if_index, int enable_disable)
 
int tap_dump_ifs (tap_interface_details_t **out_tapids)
 

Macro Definition Documentation

#define MIN (   x,
 
)    (((x)<(y))?(x):(y))

Definition at line 22 of file tap.h.

#define TAP_FLAG_GSO   (1 << 0)

Definition at line 33 of file tap.h.

Function Documentation

void tap_create_if ( vlib_main_t vm,
tap_create_if_args_t args 
)

Definition at line 81 of file tap.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int tap_delete_if ( vlib_main_t vm,
u32  sw_if_index 
)

Definition at line 470 of file tap.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int tap_dump_ifs ( tap_interface_details_t **  out_tapids)

Definition at line 572 of file tap.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int tap_gso_enable_disable ( vlib_main_t vm,
u32  sw_if_index,
int  enable_disable 
)

Definition at line 524 of file tap.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: