![]() |
FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
Include dependency graph for dvr_dpo.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | dvr_dpo_t_ |
| The DVR DPO. More... | |
Typedefs | |
| typedef struct dvr_dpo_t_ | dvr_dpo_t |
| The DVR DPO. More... | |
Functions | |
| void | dvr_dpo_add_or_lock (u32 sw_if_index, dpo_proto_t dproto, dpo_id_t *dpo) |
| void | dvr_dpo_module_init (void) |
| static dvr_dpo_t * | dvr_dpo_get (index_t index) |
Variables | |
| dvr_dpo_t * | dvr_dpo_pool |
| pool of all interface DPOs More... | |
| typedef struct dvr_dpo_t_ 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.
| void dvr_dpo_add_or_lock | ( | u32 | sw_if_index, |
| dpo_proto_t | dproto, | ||
| dpo_id_t * | dpo | ||
| ) |
| void dvr_dpo_module_init | ( | void | ) |