FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | receive_dpo_t_ |
The data-path object representing receiveing the packet, i.e. More... | |
Typedefs | |
typedef struct receive_dpo_t_ | receive_dpo_t |
The data-path object representing receiveing the packet, i.e. More... | |
Functions | |
int | dpo_is_receive (const dpo_id_t *dpo) |
void | receive_dpo_add_or_lock (dpo_proto_t proto, u32 sw_if_index, const ip46_address_t *nh_addr, dpo_id_t *dpo) |
void | receive_dpo_module_init (void) |
static receive_dpo_t * | receive_dpo_get (index_t index) |
Variables | |
receive_dpo_t * | receive_dpo_pool |
pool of all receive DPOs More... | |
typedef struct receive_dpo_t_ receive_dpo_t |
The data-path object representing receiveing the packet, i.e.
it's for-us
int dpo_is_receive | ( | const dpo_id_t * | dpo | ) |
void receive_dpo_add_or_lock | ( | dpo_proto_t | proto, |
u32 | sw_if_index, | ||
const ip46_address_t * | nh_addr, | ||
dpo_id_t * | dpo | ||
) |
Definition at line 62 of file receive_dpo.c.
|
inlinestatic |
void receive_dpo_module_init | ( | void | ) |
Definition at line 173 of file receive_dpo.c.
receive_dpo_t* receive_dpo_pool |
pool of all receive DPOs
pool of all receive DPOs
it's for-us pool of all receive DPOs
Definition at line 26 of file receive_dpo.c.