Home
last modified time | relevance | path

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

/linux-4.4.14/net/mpls/
Dinternal.h104 (tc << MPLS_LS_TC_SHIFT) | in mpls_entry_encode()
117 result.tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in mpls_entry_decode()
/linux-4.4.14/include/uapi/linux/
Dmpls.h28 #define MPLS_LS_TC_SHIFT 9 macro
/linux-4.4.14/net/wireless/
Dutil.c785 >> MPLS_LS_TC_SHIFT; in cfg80211_classify8021d()