Searched refs:MPLS_LS_TC_MASK (Results 1 – 5 of 5) sorted by relevance
9 #define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
28 #define MPLS_LS_TC_MASK 0x00000E00 macro
193 result.tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in mpls_entry_decode()
278 key_mpls->mpls_tc = (entry & MPLS_LS_TC_MASK) in __skb_flow_dissect_mpls()
747 return (ntohl(mpls->entry) & MPLS_LS_TC_MASK) in cfg80211_classify8021d()