FD.io VPP  v16.06
Vector Packet Processing
tuntap.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void register_tuntap_inject_node_name (char *name)
 
int vnet_tap_connect (vlib_main_t *vm, u8 *intfc_name, u8 *hwaddr_arg, u32 *sw_if_indexp)
 
int vnet_tap_connect_renumber (vlib_main_t *vm, u8 *intfc_name, u8 *hwaddr_arg, u32 *sw_if_indexp, u8 renumber, u32 custom_dev_instance)
 
int vnet_tap_delete (vlib_main_t *vm, u32 sw_if_index)
 
int vnet_tap_modify (vlib_main_t *vm, u32 orig_sw_if_index, u8 *intfc_name, u8 *hwaddr_arg, u32 *sw_if_indexp, u8 renumber, u32 custom_dev_instance)
 

Function Documentation

void register_tuntap_inject_node_name ( char *  name)
int vnet_tap_connect ( vlib_main_t vm,
u8 intfc_name,
u8 hwaddr_arg,
u32 sw_if_indexp 
)

Definition at line 663 of file tapcli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_tap_connect_renumber ( vlib_main_t vm,
u8 intfc_name,
u8 hwaddr_arg,
u32 sw_if_indexp,
u8  renumber,
u32  custom_dev_instance 
)

Definition at line 826 of file tapcli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_tap_delete ( vlib_main_t vm,
u32  sw_if_index 
)

Definition at line 863 of file tapcli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_tap_modify ( vlib_main_t vm,
u32  orig_sw_if_index,
u8 intfc_name,
u8 hwaddr_arg,
u32 sw_if_indexp,
u8  renumber,
u32  custom_dev_instance 
)

Definition at line 931 of file tapcli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: