MPLS_STACK
#define MPLS_STACK(shim) (((shim) & MPLS_STACK_MASK) >> 8)
#define MPLS_STACK(x) (((x) & 0x00000100) >> 8)