Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmpls.h9 #define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
/linux-6.15/include/uapi/linux/
H A Dmpls.h28 #define MPLS_LS_TC_MASK 0x00000E00 macro
/linux-6.15/net/mpls/
H A Dinternal.h181 result.tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in mpls_entry_decode()
/linux-6.15/net/sched/
H A Dact_mpls.c40 new_lse &= ~MPLS_LS_TC_MASK; in tcf_mpls_get_lse()
/linux-6.15/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c90 mpls_mask |= MPLS_LS_TC_MASK; in nfp_fl_set_mpls()
/linux-6.15/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-6.15/net/wireless/
H A Dutil.c959 ret = (ntohl(mpls->entry) & MPLS_LS_TC_MASK) in cfg80211_classify8021d()