Go to the source code of this file.
◆ MIN
#define MIN |
( |
|
x, |
|
|
|
y |
|
) |
| (((x)<(y))?(x):(y)) |
Definition at line 22 of file tap.h.
◆ TAP_FLAG_CSUM_OFFLOAD
#define TAP_FLAG_CSUM_OFFLOAD (1 << 1) |
Definition at line 35 of file tap.h.
◆ TAP_FLAG_GSO
#define TAP_FLAG_GSO (1 << 0) |
Definition at line 34 of file tap.h.
◆ tap_create_if()
◆ tap_csum_offload_enable_disable()
int tap_csum_offload_enable_disable |
( |
vlib_main_t * |
vm, |
|
|
u32 |
sw_if_index, |
|
|
int |
enable_disable |
|
) |
| |
◆ tap_delete_if()
◆ tap_dump_ifs()
◆ tap_gso_enable_disable()
int tap_gso_enable_disable |
( |
vlib_main_t * |
vm, |
|
|
u32 |
sw_if_index, |
|
|
int |
enable_disable |
|
) |
| |