FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | l2_bridge_dpo_t_ |
The data-path object representing an L2 bridge. More... | |
Typedefs | |
typedef struct l2_bridge_dpo_t_ | l2_bridge_dpo_t |
The data-path object representing an L2 bridge. More... | |
Functions | |
void | l2_bridge_dpo_add_or_lock (u32 sw_if_index, dpo_id_t *dpo) |
void | l2_bridge_dpo_module_init (void) |
static l2_bridge_dpo_t * | l2_bridge_dpo_get (index_t index) |
Variables | |
l2_bridge_dpo_t * | l2_bridge_dpo_pool |
pool of all interface DPOs More... | |
typedef struct l2_bridge_dpo_t_ l2_bridge_dpo_t |
The data-path object representing an L2 bridge.
If a packet encounters an object of this type in the L3 data-path, it is injected back into the L2 bridge.
Definition at line 81 of file l2_bridge_dpo.c.
|
inlinestatic |
void l2_bridge_dpo_module_init | ( | void | ) |
Definition at line 196 of file l2_bridge_dpo.c.
l2_bridge_dpo_t* l2_bridge_dpo_pool |
pool of all interface DPOs
Definition at line 48 of file l2_bridge_dpo.h.