Home
last modified time | relevance | path

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

/linux-4.1.27/net/mpls/
Dinternal.h33 cpu_to_be32((label << MPLS_LS_LABEL_SHIFT) | in mpls_entry_encode()
45 result.label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in mpls_entry_decode()
/linux-4.1.27/include/uapi/linux/
Dmpls.h26 #define MPLS_LS_LABEL_SHIFT 12 macro