|  | FD.io VPP
    v19.01.3-6-g70449b9b9
    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 |