MPLS_LS_TC_SHIFT
mpls_lse |= act->mpls_push.tc << MPLS_LS_TC_SHIFT;
mpls_lse |= act->mpls_mangle.tc << MPLS_LS_TC_SHIFT;
#define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
(tc << 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 |= p->tcfm_tc << MPLS_LS_TC_SHIFT;
>> MPLS_LS_TC_SHIFT;