![]() |
FD.io VPP
v16.12-rc0-308-g931be3a
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 | af_packet_if_t |
| struct | af_packet_main_t |
Functions | |
| int | af_packet_create_if (vlib_main_t *vm, u8 *host_if_name, u8 *hw_addr_set, u32 *sw_if_index) |
| int | af_packet_delete_if (vlib_main_t *vm, u8 *host_if_name) |
Variables | |
| af_packet_main_t | af_packet_main |
| vnet_device_class_t | af_packet_device_class |
| vlib_node_registration_t | af_packet_input_node |
| (constructor) VLIB_REGISTER_NODE (af_packet_input_node) More... | |
| int af_packet_create_if | ( | vlib_main_t * | vm, |
| u8 * | host_if_name, | ||
| u8 * | hw_addr_set, | ||
| u32 * | sw_if_index | ||
| ) |
Definition at line 175 of file af_packet.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int af_packet_delete_if | ( | vlib_main_t * | vm, |
| u8 * | host_if_name | ||
| ) |
Definition at line 286 of file af_packet.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vnet_device_class_t af_packet_device_class |
| vlib_node_registration_t af_packet_input_node |
| af_packet_main_t af_packet_main |
Definition at line 55 of file af_packet.h.