![]() |
FD.io VPP
v18.07-rc0-415-g6c78436
Vector Packet Processing
|
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)) |
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_dump_ifs (tap_interface_details_t **out_tapids) |
| 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 | ) |