Searched refs:BSD_OVHD (Results 1 – 1 of 1) sorted by relevance
126 #define BSD_OVHD 2 /* BSD compress overhead/packet */ macro642 if (olen + PPP_HDRLEN + BSD_OVHD > maxolen) { in bsd_compress()650 db->comp_bytes += olen + BSD_OVHD; in bsd_compress()653 return olen + PPP_HDRLEN + BSD_OVHD; in bsd_compress()1066 db->comp_bytes += ilen + BSD_OVHD; in bsd_decompress()