FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
mpls_label_dpo_t Struct Reference

A representation of an MPLS label for imposition in the data-path. More...

+ Collaboration diagram for mpls_label_dpo_t:

Data Fields

mpls_unicast_header_t mld_hdr
 The MPLS label header to impose. More...
 
dpo_id_t mld_dpo
 Next DPO in the graph. More...
 
u16 mld_locks
 Number of locks/users of the label. More...
 

Detailed Description

A representation of an MPLS label for imposition in the data-path.

Definition at line 26 of file mpls_label_dpo.h.

Field Documentation

dpo_id_t mpls_label_dpo_t::mld_dpo

Next DPO in the graph.

Definition at line 36 of file mpls_label_dpo.h.

mpls_unicast_header_t mpls_label_dpo_t::mld_hdr

The MPLS label header to impose.

Definition at line 31 of file mpls_label_dpo.h.

u16 mpls_label_dpo_t::mld_locks

Number of locks/users of the label.

Definition at line 41 of file mpls_label_dpo.h.


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