FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
A representation of an MPLS label for imposition in the data-path. More...
Data Fields | |
dpo_id_t | mdd_dpo |
Next DPO in the graph. More... | |
dpo_proto_t | mdd_payload_proto |
The protocol of the payload/packets that are being encapped. More... | |
fib_rpf_id_t | mdd_rpf_id |
RPF-ID (if this is an mcast disposition) More... | |
u16 | mdd_locks |
Number of locks/users of the label. More... | |
A representation of an MPLS label for imposition in the data-path.
Definition at line 27 of file mpls_disposition.h.
dpo_id_t mpls_disp_dpo_t::mdd_dpo |
Next DPO in the graph.
Definition at line 32 of file mpls_disposition.h.
u16 mpls_disp_dpo_t::mdd_locks |
Number of locks/users of the label.
Definition at line 47 of file mpls_disposition.h.
dpo_proto_t mpls_disp_dpo_t::mdd_payload_proto |
The protocol of the payload/packets that are being encapped.
Definition at line 37 of file mpls_disposition.h.
fib_rpf_id_t mpls_disp_dpo_t::mdd_rpf_id |
RPF-ID (if this is an mcast disposition)
Definition at line 42 of file mpls_disposition.h.