Lines Matching defs:skipCount
107 uint16_t skipCount;113 /* skipCount */114 skipCount = GET_LE_U_2(cp);117 ND_PRINT(", skipCount %u", skipCount);118 if (skipCount % 8)120 if (skipCount > len)123 ND_TCHECK_LEN(cp, skipCount);124 cp += skipCount;125 len -= skipCount;