FD.io VPP  v21.06
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

union {
   struct {
      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...
 
   } 
 
   u64   as_u64
 
}; 
 

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 172 of file dpo.h.

Field Documentation

◆ @280

union { ... }

◆ as_u64

u64 dpo_id_t_::as_u64

Definition at line 192 of file dpo.h.

◆ dpoi_index

index_t dpo_id_t_::dpoi_index

the index of objects of that type

Definition at line 190 of file dpo.h.

◆ dpoi_next_node

u16 dpo_id_t_::dpoi_next_node

The next VLIB node to follow.

Definition at line 186 of file dpo.h.

◆ dpoi_proto

dpo_proto_t dpo_id_t_::dpoi_proto

the data-path protocol of the type.

Definition at line 182 of file dpo.h.

◆ dpoi_type

dpo_type_t dpo_id_t_::dpoi_type

the type

Definition at line 178 of file dpo.h.


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