FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | interface_rx_dpo_t_ |
The data-path object representing a change of receive interface. More... | |
Typedefs | |
typedef struct interface_rx_dpo_t_ | interface_rx_dpo_t |
The data-path object representing a change of receive interface. More... | |
Functions | |
void | interface_rx_dpo_add_or_lock (dpo_proto_t proto, u32 sw_if_index, dpo_id_t *dpo) |
void | interface_rx_dpo_module_init (void) |
static interface_rx_dpo_t * | interface_rx_dpo_get (index_t index) |
Variables | |
interface_rx_dpo_t * | interface_rx_dpo_pool |
pool of all interface DPOs More... | |
typedef struct interface_rx_dpo_t_ interface_rx_dpo_t |
The data-path object representing a change of receive interface.
If a packet encounters an object of this type in the data-path, it's RX interface is changed.
void interface_rx_dpo_add_or_lock | ( | dpo_proto_t | proto, |
u32 | sw_if_index, | ||
dpo_id_t * | dpo | ||
) |
Definition at line 86 of file interface_rx_dpo.c.
|
inlinestatic |
void interface_rx_dpo_module_init | ( | void | ) |
Definition at line 219 of file interface_rx_dpo.c.
interface_rx_dpo_t* interface_rx_dpo_pool |
pool of all interface DPOs
Definition at line 21 of file interface_rx_dpo.c.