Searched refs:MPLS_LS_LABEL_MASK (Results 1 – 5 of 5) sorted by relevance
10 #define MPLS_LABEL_MASK (MPLS_LS_LABEL_MASK >> MPLS_LS_LABEL_SHIFT)
26 #define MPLS_LS_LABEL_MASK 0xFFFFF000 macro
179 result.label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in mpls_entry_decode()
86 mpls_mask |= MPLS_LS_LABEL_MASK; in nfp_fl_set_mpls()
537 label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in __skb_flow_dissect_mpls()