FD.io VPP  v19.01.2-3-gf61a1a8
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 168 of file dpo.h.

Field Documentation

index_t dpo_id_t_::dpoi_index

the index of objects of that type

Definition at line 184 of file dpo.h.

u16 dpo_id_t_::dpoi_next_node

The next VLIB node to follow.

Definition at line 180 of file dpo.h.

dpo_proto_t dpo_id_t_::dpoi_proto

the data-path protocol of the type.

Definition at line 176 of file dpo.h.

dpo_type_t dpo_id_t_::dpoi_type

the type

Definition at line 172 of file dpo.h.


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