Searched refs:decomp (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ppp/ |
D | bsd_comp.c | 169 static void *bsd_alloc(unsigned char *options, int opt_len, int decomp); 174 int opt_len, int unit, int debug, int decomp); 352 static void *bsd_alloc (unsigned char *options, int opt_len, int decomp) in bsd_alloc() argument 419 if (!decomp) in bsd_alloc() 464 int opt_len, int unit, int debug, int decomp) in bsd_init() argument 472 || (decomp && db->lens == NULL)) in bsd_init() 477 if (decomp) in bsd_init()
|