Searched refs:DECOMP_ERROR (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dppp-comp.h88 * decompressed packet if successful, otherwise DECOMP_ERROR
98 #define DECOMP_ERROR -1 /* error detected before decomp. */ macro
/linux-master/drivers/net/ppp/
H A Dppp_mppe.c446 return DECOMP_ERROR;
459 return DECOMP_ERROR;
518 return DECOMP_ERROR;
524 return DECOMP_ERROR;
595 return DECOMP_ERROR;
H A Dppp_deflate.c397 * Because of patent problems, we return DECOMP_ERROR for errors
400 * be being detected "after" decompression. For DECOMP_ERROR,
422 return DECOMP_ERROR;
431 return DECOMP_ERROR;
498 return DECOMP_ERROR;
H A Dbsd_comp.c813 * Because of patent problems, we return DECOMP_ERROR for errors
816 * be being detected "after" decompression. For DECOMP_ERROR,
882 return DECOMP_ERROR;

Completed in 151 milliseconds