FD.io VPP
v18.01.2-1-g9b554f3
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 | |
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
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 56 of file receive_dpo.c.
|
inlinestatic |
void receive_dpo_module_init | ( | void | ) |
Definition at line 167 of file receive_dpo.c.
receive_dpo_t* receive_dpo_pool |
pool of all receive DPOs
Definition at line 54 of file receive_dpo.h.