Searched refs:l2tp_len (Results 1 – 1 of 1) sorted by relevance
642 uint16_t l2tp_len; in l2tp_print() local683 l2tp_len = EXTRACT_16BITS(ptr); in l2tp_print()687 l2tp_len = 0; in l2tp_print()718 if (length < l2tp_len) { in l2tp_print()719 ND_PRINT((ndo, " Length %u larger than packet", l2tp_len)); in l2tp_print()722 length = l2tp_len; in l2tp_print()