Searched refs:MPLS_LS_LABEL_SHIFT (Results 1 – 3 of 3) sorted by relevance
103 cpu_to_be32((label << MPLS_LS_LABEL_SHIFT) | in mpls_entry_encode()115 result.label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in mpls_entry_decode()
26 #define MPLS_LS_LABEL_SHIFT 12 macro
325 MPLS_LS_LABEL_SHIFT == MPLS_LABEL_ENTROPY) { in __skb_flow_dissect()