Searched refs:new_lse (Results 1 – 1 of 1) sorted by relevance
25 u32 new_lse = 0; in tcf_mpls_get_lse() local28 new_lse = be32_to_cpu(lse->label_stack_entry); in tcf_mpls_get_lse()31 new_lse &= ~MPLS_LS_LABEL_MASK; in tcf_mpls_get_lse()32 new_lse |= p->tcfm_label << MPLS_LS_LABEL_SHIFT; in tcf_mpls_get_lse()35 new_lse &= ~MPLS_LS_TTL_MASK; in tcf_mpls_get_lse()36 new_lse |= p->tcfm_ttl << MPLS_LS_TTL_SHIFT; in tcf_mpls_get_lse()39 new_lse &= ~MPLS_LS_TC_MASK; in tcf_mpls_get_lse()40 new_lse |= p->tcfm_tc << MPLS_LS_TC_SHIFT; in tcf_mpls_get_lse()43 new_lse &= ~MPLS_LS_S_MASK; in tcf_mpls_get_lse()44 new_lse |= p->tcfm_bos << MPLS_LS_S_SHIFT; in tcf_mpls_get_lse()[all …]