FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
void | interface_tx_dpo_add_or_lock (dpo_proto_t proto, u32 sw_if_index, dpo_id_t *dpo) |
The data-path object representing transmitting the packet on a n interface. More... | |
void | interface_tx_dpo_module_init (void) |
void interface_tx_dpo_add_or_lock | ( | dpo_proto_t | proto, |
u32 | sw_if_index, | ||
dpo_id_t * | dpo | ||
) |
The data-path object representing transmitting the packet on a n interface.
This is a convenient DPO wrapper around a simple interface transmit and thus allows us to represent direct interface transmit in the DPO model.
Definition at line 39 of file interface_tx_dpo.c.
void interface_tx_dpo_module_init | ( | void | ) |
Definition at line 88 of file interface_tx_dpo.c.