Searched refs:MPLS_LABEL (Results 1 – 3 of 3) sorted by relevance
78 MPLS_LABEL(label_entry))); in mpls_print()81 MPLS_LABEL(label_entry) < sizeof(mpls_labelname) / sizeof(mpls_labelname[0])) in mpls_print()82 ND_PRINT((ndo, " (%s)", mpls_labelname[MPLS_LABEL(label_entry)])); in mpls_print()95 switch (MPLS_LABEL(label_entry)) { in mpls_print()
38 #define MPLS_LABEL(x) (((x) & LABEL_MASK) >> LABEL_SHIFT) macro
667 … ND_PRINT((ndo, "\n\t label %u, exp %u", MPLS_LABEL(raw_label), MPLS_EXP(raw_label))); in icmp_print()