FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
The identity of a DPO is a combination of its type and its instance number/index of objects of that type. More...
Data Fields | |
dpo_type_t | dpoi_type |
the type More... | |
dpo_proto_t | dpoi_proto |
the data-path protocol of the type. More... | |
u16 | dpoi_next_node |
The next VLIB node to follow. More... | |
index_t | dpoi_index |
the index of objects of that type More... | |
The identity of a DPO is a combination of its type and its instance number/index of objects of that type.
index_t dpo_id_t_::dpoi_index |
dpo_proto_t dpo_id_t_::dpoi_proto |
dpo_type_t dpo_id_t_::dpoi_type |