Searched refs:MPLS_LS_TC_SHIFT (Results 1 – 8 of 8) sorted by relevance
9 #define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
39 (tc << MPLS_LS_TC_SHIFT) | in mpls_entry_encode()
29 #define MPLS_LS_TC_SHIFT 9 macro
182 result.tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in mpls_entry_decode()
41 new_lse |= p->tcfm_tc << MPLS_LS_TC_SHIFT; in tcf_mpls_get_lse()
52 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()
447 lse->mpls_tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in __skb_flow_dissect_mpls()
877 >> MPLS_LS_TC_SHIFT; in cfg80211_classify8021d()
Completed in 16 milliseconds