Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmpls.h10 #define MPLS_LABEL_MASK (MPLS_LS_LABEL_MASK >> MPLS_LS_LABEL_SHIFT)
/linux/include/net/
H A Dmpls.h38 cpu_to_be32((label << MPLS_LS_LABEL_SHIFT) | in mpls_entry_encode()
/linux/include/uapi/linux/
H A Dmpls.h27 #define MPLS_LS_LABEL_SHIFT 12 macro
/linux/net/mpls/
H A Dinternal.h179 result.label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in mpls_entry_decode()
/linux/net/sched/
H A Dact_mpls.c33 new_lse |= p->tcfm_label << MPLS_LS_LABEL_SHIFT; in tcf_mpls_get_lse()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c55 mpls_lse |= act->mpls_push.label << MPLS_LS_LABEL_SHIFT; in nfp_fl_push_mpls()
85 mpls_lse |= act->mpls_mangle.label << MPLS_LS_LABEL_SHIFT; in nfp_fl_set_mpls()
/linux/net/core/
H A Dflow_dissector.c537 label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in __skb_flow_dissect_mpls()