Searched refs:MPLS_LS_TC_SHIFT (Results 1 – 5 of 5) sorted by relevance
9 #define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
29 #define MPLS_LS_TC_SHIFT 9 macro
180 (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()
279 >> MPLS_LS_TC_SHIFT; in __skb_flow_dissect_mpls()
748 >> MPLS_LS_TC_SHIFT; in cfg80211_classify8021d()