MPLS_LABEL
#define MPLS_LABEL(shim) (((shim) & MPLS_LABEL_MASK) >> 12)
#define MPLS_LABEL(x) (((x) & 0xfffff000) >> 12)