FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
dpo_id_t_ Struct Reference

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...
 

Detailed Description

The identity of a DPO is a combination of its type and its instance number/index of objects of that type.

Definition at line 138 of file dpo.h.

Field Documentation

index_t dpo_id_t_::dpoi_index

the index of objects of that type

Definition at line 154 of file dpo.h.

u16 dpo_id_t_::dpoi_next_node

The next VLIB node to follow.

Definition at line 150 of file dpo.h.

dpo_proto_t dpo_id_t_::dpoi_proto

the data-path protocol of the type.

Definition at line 146 of file dpo.h.

dpo_type_t dpo_id_t_::dpoi_type

the type

Definition at line 142 of file dpo.h.


The documentation for this struct was generated from the following file: