Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmpls.h9 #define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
/linux/include/net/
H A Dmpls.h39 (tc << MPLS_LS_TC_SHIFT) | in mpls_entry_encode()
/linux/include/uapi/linux/
H A Dmpls.h29 #define MPLS_LS_TC_SHIFT 9 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.c52 mpls_lse |= act->mpls_push.tc << MPLS_LS_TC_SHIFT; in nfp_fl_push_mpls()
89 mpls_lse |= act->mpls_mangle.tc << MPLS_LS_TC_SHIFT; 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.c960 >> MPLS_LS_TC_SHIFT; in cfg80211_classify8021d()