Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dppp-comp.h49 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ macro
/openbmc/linux/drivers/net/ppp/
H A 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));