Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmpls.h10 #define MPLS_LABEL_MASK (MPLS_LS_LABEL_MASK >> MPLS_LS_LABEL_SHIFT) macro
/Linux-v5.10/net/sched/
Dact_mpls.c136 if (*label & ~MPLS_LABEL_MASK || *label == MPLS_LABEL_IMPLNULL) { in valid_label()
Dcls_flower.c866 if (label & ~MPLS_LABEL_MASK) { in fl_set_key_mpls_lse()
873 lse_mask->mpls_label = MPLS_LABEL_MASK; in fl_set_key_mpls_lse()
977 if (label & ~MPLS_LABEL_MASK) { in fl_set_key_mpls()
984 lse_mask->mpls_label = MPLS_LABEL_MASK; in fl_set_key_mpls()