Home
last modified time | relevance | path

Searched refs:DEFLATE_OVHD (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ppp/
Dppp_deflate.c37 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
217 wptr += DEFLATE_OVHD; in z_compress()
218 olen = PPP_HDRLEN + DEFLATE_OVHD; in z_compress()
422 if (isize <= PPP_HDRLEN + DEFLATE_OVHD) { in z_decompress()
452 state->strm.next_in = ibuf + PPP_HDRLEN + DEFLATE_OVHD; in z_decompress()
453 state->strm.avail_in = isize - (PPP_HDRLEN + DEFLATE_OVHD); in z_decompress()