Searched refs:MPLS_LS_LABEL_MASK (Results 1 – 4 of 4) sorted by relevance
10 #define MPLS_LABEL_MASK (MPLS_LS_LABEL_MASK >> MPLS_LS_LABEL_SHIFT)
26 #define MPLS_LS_LABEL_MASK 0xFFFFF000 macro
32 new_lse &= ~MPLS_LS_LABEL_MASK; in tcf_mpls_get_lse()
537 label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in __skb_flow_dissect_mpls()