FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
tap.c File Reference
+ Include dependency graph for tap.c:

Go to the source code of this file.

Macros

#define TAP_MAX_INSTANCE   1024
 

Functions

static u32 virtio_eth_flag_change (vnet_main_t *vnm, vnet_hw_interface_t *hi, u32 flags)
 
static int open_netns_fd (char *netns)
 
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_dump_ifs (tap_interface_details_t **out_tapids)
 
static clib_error_ttap_init (vlib_main_t *vm)
 

Variables

tap_main_t tap_main
 

Macro Definition Documentation

◆ TAP_MAX_INSTANCE

#define TAP_MAX_INSTANCE   1024

Definition at line 78 of file tap.c.

Function Documentation

◆ open_netns_fd()

static int open_netns_fd ( char *  netns)
static

Definition at line 61 of file tap.c.

+ Here is the call graph for this function:

◆ tap_create_if()

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:

◆ tap_delete_if()

int tap_delete_if ( vlib_main_t vm,
u32  sw_if_index 
)

Definition at line 421 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 461 of file tap.c.

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

◆ tap_init()

static clib_error_t* tap_init ( vlib_main_t vm)
static

Definition at line 516 of file tap.c.

+ Here is the call graph for this function:

◆ virtio_eth_flag_change()

static u32 virtio_eth_flag_change ( vnet_main_t vnm,
vnet_hw_interface_t hi,
u32  flags 
)
static

Definition at line 52 of file tap.c.

Variable Documentation

◆ tap_main

tap_main_t tap_main

Definition at line 42 of file tap.c.