Home
last modified time | relevance | path

Searched refs:MPLS_LABEL_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dmpls.h10 #define MPLS_LABEL_MASK (MPLS_LS_LABEL_MASK >> MPLS_LS_LABEL_SHIFT) macro
/linux-6.15/net/sched/
H A Dact_mpls.c142 if (*label & ~MPLS_LABEL_MASK || *label == MPLS_LABEL_IMPLNULL) { in valid_label()
H A Dcls_flower.c963 if (label & ~MPLS_LABEL_MASK) { in fl_set_key_mpls_lse()
970 lse_mask->mpls_label = MPLS_LABEL_MASK; in fl_set_key_mpls_lse()
1074 if (label & ~MPLS_LABEL_MASK) { in fl_set_key_mpls()
1081 lse_mask->mpls_label = MPLS_LABEL_MASK; in fl_set_key_mpls()