Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ppp/
Dppp_deflate.c34 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
214 wptr += DEFLATE_OVHD; in z_compress()
215 olen = PPP_HDRLEN + DEFLATE_OVHD; in z_compress()
418 if (isize <= PPP_HDRLEN + DEFLATE_OVHD) { in z_decompress()
448 state->strm.next_in = ibuf + PPP_HDRLEN + DEFLATE_OVHD; in z_decompress()
449 state->strm.avail_in = isize - (PPP_HDRLEN + DEFLATE_OVHD); in z_decompress()