![]() |
FD.io VPP
v17.10-9-gd594711
Vector Packet Processing
|
Include dependency graph for p2p_ethernet.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | p2p_ethernet_main_t |
| struct | p2p_ethernet_trace_t |
| struct | p2p_key_t |
| Key struct for P2P Ethernet Key fields: parent sw_if_index and client mac address all fields in NET byte order. More... | |
Functions | |
| u32 | p2p_ethernet_lookup (u32 parent_sw_if_index, u8 *client_mac) |
| int | p2p_ethernet_add_del (vlib_main_t *vm, u32 parent_if_index, u8 *client_mac, u32 sub_id, int is_add, u32 *p2pe_if_index) |
Variables | |
| p2p_ethernet_main_t | p2p_main |
| int p2p_ethernet_add_del | ( | vlib_main_t * | vm, |
| u32 | parent_if_index, | ||
| u8 * | client_mac, | ||
| u32 | sub_id, | ||
| int | is_add, | ||
| u32 * | p2pe_if_index | ||
| ) |
Definition at line 50 of file p2p_ethernet.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 35 of file p2p_ethernet.c.
Here is the call graph for this function:
Here is the caller graph for this function:| p2p_ethernet_main_t p2p_main |
Definition at line 23 of file p2p_ethernet.c.