FD.io VPP  v20.05-21-gb1500e9ff
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 foreach_tapv2_flags
 

Enumerations

enum  tap_flag_t { foreach_tapv2_flags }
 

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_csum_offload_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

◆ foreach_tapv2_flags

#define foreach_tapv2_flags
Value:
_ (GSO, 0) \
_ (CSUM_OFFLOAD, 1) \
_ (PERSIST, 2) \
_ (ATTACH, 3) \
_ (TUN, 4) \
_ (GRO_COALESCE, 5)

Definition at line 25 of file tap.h.

◆ MIN

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

Definition at line 22 of file tap.h.

Enumeration Type Documentation

◆ tap_flag_t

enum tap_flag_t
Enumerator
foreach_tapv2_flags 

Definition at line 33 of file tap.h.

Function Documentation

◆ tap_create_if()

void tap_create_if ( vlib_main_t vm,
tap_create_if_args_t args 
)

Definition at line 133 of file tap.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ tap_csum_offload_enable_disable()

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

Definition at line 808 of file tap.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ tap_delete_if()

int tap_delete_if ( vlib_main_t vm,
u32  sw_if_index 
)

Definition at line 773 of file tap.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ tap_dump_ifs()

int tap_dump_ifs ( tap_interface_details_t **  out_tapids)

Definition at line 923 of file tap.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ tap_gso_enable_disable()

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

Definition at line 869 of file tap.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: