FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
A representation of an MPLS label for imposition in the data-path. More...
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
required for pool_get_aligned. More... | |
Data Fields | |
dpo_proto_t | cd_proto |
u32 | cd_table_index |
u16 | cd_locks |
Number of locks/users of the label. More... | |
A representation of an MPLS label for imposition in the data-path.
Definition at line 26 of file classify_dpo.h.
classify_dpo_t::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
required for pool_get_aligned.
u16 classify_dpo_t::cd_locks |
Number of locks/users of the label.
Definition at line 40 of file classify_dpo.h.
dpo_proto_t classify_dpo_t::cd_proto |
Definition at line 33 of file classify_dpo.h.
u32 classify_dpo_t::cd_table_index |
Definition at line 35 of file classify_dpo.h.