Searched refs:MPLS_LS_LABEL_SHIFT (Results 1 – 5 of 5) sorted by relevance
10 #define MPLS_LABEL_MASK (MPLS_LS_LABEL_MASK >> MPLS_LS_LABEL_SHIFT)
38 cpu_to_be32((label << MPLS_LS_LABEL_SHIFT) | in mpls_entry_encode()
27 #define MPLS_LS_LABEL_SHIFT 12 macro
33 new_lse |= p->tcfm_label << MPLS_LS_LABEL_SHIFT; in tcf_mpls_get_lse()
537 label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in __skb_flow_dissect_mpls()