Go to the source code of this file.
◆ dvr_dpo_reinject_t
Control how the reinject is performed.
◆ dvr_dpo_t
The DVR DPO.
Used as the resolving object for a DVR route. This is used, in place of the usual L3 Adjacency, to retransmit the packet with the original L2 header intact but also to run L3 features. After running L3 features the packet is re-injected back into the L2 path so it can pick up the necessary VLAN tags of the egress interface. This re-injection is done with an output feature.
◆ dvr_dpo_reinject_t_
Control how the reinject is performed.
Enumerator |
---|
DVR_REINJECT_L2 | |
DVR_REINJECT_L3 | |
Definition at line 24 of file dvr_dpo.h.
◆ dvr_dpo_add_or_lock()
◆ dvr_dpo_get()
◆ dvr_dpo_module_init()
void dvr_dpo_module_init |
( |
void |
| ) |
|
◆ STATIC_ASSERT_SIZEOF()
◆ dvr_dpo_pool
pool of all interface DPOs
Definition at line 23 of file dvr_dpo.c.