Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dppp_deflate.c57 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
209 wptr += DEFLATE_OVHD;
210 olen = PPP_HDRLEN + DEFLATE_OVHD;
388 if (isize <= PPP_HDRLEN + DEFLATE_OVHD) {
418 state->strm.next_in = ibuf + PPP_HDRLEN + DEFLATE_OVHD;
419 state->strm.avail_in = isize - (PPP_HDRLEN + DEFLATE_OVHD);