Searched refs:pptps_bytes (Results 1 – 1 of 1) sorted by relevance
23 int pptps_bytes; member313 off += pptps->pptps_bytes; in ipf_p_pptp_nextmessage()321 len = MIN(8 - pptps->pptps_bytes, dlen); in ipf_p_pptp_nextmessage()323 pptps->pptps_bytes += len; in ipf_p_pptp_nextmessage()326 if (pptps->pptps_bytes == 8) { in ipf_p_pptp_nextmessage()358 pptps->pptps_bytes = 0; in ipf_p_pptp_nextmessage()364 len = MIN(pptps->pptps_len - pptps->pptps_bytes, dlen); in ipf_p_pptp_nextmessage()366 pptps->pptps_bytes += len; in ipf_p_pptp_nextmessage()370 if (pptps->pptps_len > pptps->pptps_bytes) in ipf_p_pptp_nextmessage()376 pptps->pptps_bytes = 0; in ipf_p_pptp_nextmessage()