FD.io VPP
v21.01
Vector Packet Processing
|
CLI for Host Interface Device Driver. More...
Go to the source code of this file.
Functions | |
static clib_error_t * | af_packet_create_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static clib_error_t * | af_packet_delete_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static clib_error_t * | af_packet_set_l4_cksum_offload_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
clib_error_t * | af_packet_cli_init (vlib_main_t *vm) |
Variables | |
static vlib_cli_command_t | af_packet_create_command |
(constructor) VLIB_CLI_COMMAND (af_packet_create_command) More... | |
static vlib_cli_command_t | af_packet_delete_command |
(constructor) VLIB_CLI_COMMAND (af_packet_delete_command) More... | |
static vlib_cli_command_t | af_packet_set_l4_cksum_offload_command |
(constructor) VLIB_CLI_COMMAND (af_packet_set_l4_cksum_offload_command) More... | |
CLI for Host Interface Device Driver.
This file contains the source code for CLI for the host interface.
Definition in file cli.c.
clib_error_t* af_packet_cli_init | ( | vlib_main_t * | vm | ) |
|
static |
|
static |
|
static |
|
static |
(constructor) VLIB_CLI_COMMAND (af_packet_create_command)
|
static |
(constructor) VLIB_CLI_COMMAND (af_packet_delete_command)
|
static |
(constructor) VLIB_CLI_COMMAND (af_packet_set_l4_cksum_offload_command)