![]() |
FD.io VPP
v17.07-30-g839fa73
Vector Packet Processing
|
Include dependency graph for interface_dpo.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | interface_dpo_t_ |
| The data-path object representing interfaceing the packet, i.e. More... | |
Typedefs | |
| typedef struct interface_dpo_t_ | interface_dpo_t |
| The data-path object representing interfaceing the packet, i.e. More... | |
Functions | |
| void | interface_dpo_add_or_lock (dpo_proto_t proto, u32 sw_if_index, dpo_id_t *dpo) |
| void | interface_dpo_module_init (void) |
| static interface_dpo_t * | interface_dpo_get (index_t index) |
Variables | |
| interface_dpo_t * | interface_dpo_pool |
| pool of all interface DPOs More... | |
| typedef struct interface_dpo_t_ interface_dpo_t |
The data-path object representing interfaceing the packet, i.e.
it's for-us
| void interface_dpo_add_or_lock | ( | dpo_proto_t | proto, |
| u32 | sw_if_index, | ||
| dpo_id_t * | dpo | ||
| ) |
Definition at line 82 of file interface_dpo.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
| void interface_dpo_module_init | ( | void | ) |
Definition at line 207 of file interface_dpo.c.
Here is the call graph for this function:
Here is the caller graph for this function:| interface_dpo_t* interface_dpo_pool |
pool of all interface DPOs
Definition at line 59 of file interface_dpo.h.