Home
last modified time | relevance | path

Searched refs:MPLS_LS_LABEL_SHIFT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/mpls/
Dinternal.h103 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()
/linux-4.4.14/include/uapi/linux/
Dmpls.h26 #define MPLS_LS_LABEL_SHIFT 12 macro
/linux-4.4.14/net/core/
Dflow_dissector.c325 MPLS_LS_LABEL_SHIFT == MPLS_LABEL_ENTROPY) { in __skb_flow_dissect()