Searched refs:MPLS_LS_LABEL_MASK (Results 1 – 2 of 2) sorted by relevance
25 #define MPLS_LS_LABEL_MASK 0xFFFFF000 macro
45 result.label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in mpls_entry_decode()