Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmpls.h9 #define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
/Linux-v4.19/include/uapi/linux/
Dmpls.h29 #define MPLS_LS_TC_SHIFT 9 macro
/Linux-v4.19/net/mpls/
Dinternal.h180 (tc << MPLS_LS_TC_SHIFT) | in mpls_entry_encode()
193 result.tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in mpls_entry_decode()
/Linux-v4.19/net/core/
Dflow_dissector.c279 >> MPLS_LS_TC_SHIFT; in __skb_flow_dissect_mpls()
/Linux-v4.19/net/wireless/
Dutil.c748 >> MPLS_LS_TC_SHIFT; in cfg80211_classify8021d()