Home
last modified time | relevance | path

Searched refs:MPLS_LS_TC_MASK (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dmpls.h9 #define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
/linux/include/uapi/linux/
H A Dmpls.h28 #define MPLS_LS_TC_MASK 0x00000E00 macro
/linux/net/mpls/
H A Dinternal.h181 result.tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in mpls_entry_decode()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c90 mpls_mask |= MPLS_LS_TC_MASK; in nfp_fl_set_mpls()
/linux/net/core/
H A Dflow_dissector.c551 lse->mpls_tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in __skb_flow_dissect_mpls()
/linux/net/wireless/
H A Dutil.c959 ret = (ntohl(mpls->entry) & MPLS_LS_TC_MASK) in cfg80211_classify8021d()