Searched refs:l2tp_len (Results 1 – 1 of 1) sorted by relevance
774 uint16_t l2tp_len; in l2tp_print() local815 l2tp_len = EXTRACT_16BITS(ptr); in l2tp_print()819 l2tp_len = 0; in l2tp_print()850 if (length < l2tp_len) { in l2tp_print()851 ND_PRINT((ndo, " Length %u larger than packet", l2tp_len)); in l2tp_print()854 length = l2tp_len; in l2tp_print()