Searched refs:MPLS_TC (Results 1 – 3 of 3) sorted by relevance
39 #define MPLS_TC(x) (((x) & TC_MASK) >> TC_SHIFT) macro
81 ND_PRINT(", tc %u", MPLS_TC(label_entry)); in mpls_print()
771 … ND_PRINT("\n\t label %u, tc %u", MPLS_LABEL(raw_label), MPLS_TC(raw_label)); in icmp_print()