Searched refs:label_entry (Results 1 – 1 of 1) sorted by relevance
62 uint32_t label_entry; in mpls_print() local71 if (length < sizeof(label_entry)) in mpls_print()73 label_entry = GET_BE_U_4(p); in mpls_print()76 MPLS_LABEL(label_entry)); in mpls_print()81 ND_PRINT(", tc %u", MPLS_TC(label_entry)); in mpls_print()82 if (MPLS_STACK(label_entry)) in mpls_print()84 ND_PRINT(", ttl %u)", MPLS_TTL(label_entry)); in mpls_print()86 p += sizeof(label_entry); in mpls_print()87 length -= sizeof(label_entry); in mpls_print()88 } while (!MPLS_STACK(label_entry)); in mpls_print()[all …]