FD.io VPP  v20.01-48-g3e0dafb74
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 170 of file dpo.h.

Field Documentation

◆ dpoi_index

index_t dpo_id_t_::dpoi_index

the index of objects of that type

Definition at line 186 of file dpo.h.

◆ dpoi_next_node

u16 dpo_id_t_::dpoi_next_node

The next VLIB node to follow.

Definition at line 182 of file dpo.h.

◆ dpoi_proto

dpo_proto_t dpo_id_t_::dpoi_proto

the data-path protocol of the type.

Definition at line 178 of file dpo.h.

◆ dpoi_type

dpo_type_t dpo_id_t_::dpoi_type

the type

Definition at line 174 of file dpo.h.


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