Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ppp/
H A Dbsd_comp.c146 unsigned int maxmaxcode; /* largest valid code */ member
262 if (db->max_ent >= db->maxmaxcode) in bsd_check()
355 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local
397 maxmaxcode = MAXCODE(bits); in bsd_alloc()
443 db->maxmaxcode = maxmaxcode; in bsd_alloc()
529 if ((unsigned int) idx > (unsigned int) db->maxmaxcode) in lens_ptr()
698 if (max_ent < db->maxmaxcode) in bsd_compress()
776 if (max_ent >= mxcode && max_ent < db->maxmaxcode) in bsd_compress()
950 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress()
1051 if (oldcode != CLEAR && max_ent < db->maxmaxcode) in bsd_decompress()
[all …]