Searched defs:MPLS_EXP (Results 1 – 3 of 3) sorted by relevance
39 #define MPLS_EXP(x) (((x) & EXP_MASK) >> EXP_SHIFT) macro
54 #define MPLS_EXP(shim) (((shim) & MPLS_EXP_MASK) >> 9) macro
270 #define MPLS_EXP(x) (((x) & 0x00000e00) >> 9) macro