Searched refs:CI_BSD_COMPRESS (Results 1 – 3 of 3) sorted by relevance
48 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ macro
358 if (opt_len != 3 || options[0] != CI_BSD_COMPRESS || options[1] != 3 in bsd_alloc()469 if ((opt_len != 3) || (options[0] != CI_BSD_COMPRESS) || (options[1] != 3) in bsd_init()1133 .compress_proto = CI_BSD_COMPRESS,1170 MODULE_ALIAS("ppp-compress-" __stringify(CI_BSD_COMPRESS));
316 if (data->optlen != 1 || data->num != CI_BSD_COMPRESS in bsd_alloc()391 if (data->optlen != 1 || data->num != CI_BSD_COMPRESS in bsd_init()899 .num = CI_BSD_COMPRESS,