Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmpls.h10 #define MPLS_LABEL_MASK (MPLS_LS_LABEL_MASK >> MPLS_LS_LABEL_SHIFT) macro
/Linux-v6.6/net/sched/
Dact_mpls.c142 if (*label & ~MPLS_LABEL_MASK || *label == MPLS_LABEL_IMPLNULL) { in valid_label()
Dcls_flower.c939 if (label & ~MPLS_LABEL_MASK) { in fl_set_key_mpls_lse()
946 lse_mask->mpls_label = MPLS_LABEL_MASK; in fl_set_key_mpls_lse()
1050 if (label & ~MPLS_LABEL_MASK) { in fl_set_key_mpls()
1057 lse_mask->mpls_label = MPLS_LABEL_MASK; in fl_set_key_mpls()