Home
last modified time | relevance | path

Searched refs:MPLS_LS_TC_MASK (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.h28 #define MPLS_LS_TC_MASK 0x00000E00 macro
/Linux-v4.19/net/mpls/
Dinternal.h193 result.tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in mpls_entry_decode()
/Linux-v4.19/net/core/
Dflow_dissector.c278 key_mpls->mpls_tc = (entry & MPLS_LS_TC_MASK) in __skb_flow_dissect_mpls()
/Linux-v4.19/net/wireless/
Dutil.c747 return (ntohl(mpls->entry) & MPLS_LS_TC_MASK) in cfg80211_classify8021d()