Searched refs:ralen (Results 1 – 1 of 1) sorted by relevance
403 int error, ralen, maxpacketsize; in ipcomp_output() local420 ralen = m->m_pkthdr.len - skip; /* Raw payload length before comp. */ in ipcomp_output()445 if (ralen + skip + IPCOMP_HLENGTH > maxpacketsize) { in ipcomp_output()451 ralen + skip + IPCOMP_HLENGTH, maxpacketsize)); in ipcomp_output()486 crp->crp_payload_length = ralen; in ipcomp_output()