Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dppp-comp.h48 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ macro
/linux-4.4.14/drivers/net/ppp/
Dbsd_comp.c358 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));
/linux-4.4.14/drivers/isdn/i4l/
Disdn_bsdcomp.c316 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,