MPLS_LS_TC_MASK
mpls_mask |= MPLS_LS_TC_MASK;
#define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
lse->mpls_tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT;
result.tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT;
new_lse &= ~MPLS_LS_TC_MASK;
ret = (ntohl(mpls->entry) & MPLS_LS_TC_MASK)