Home
last modified time | relevance | path

Searched defs:bsd_db (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ppp/
H A Dbsd_comp.c136 struct bsd_db { struct
137 int totlen; /* length of this structure */
138 unsigned int hsize; /* size of the hash table */
139 unsigned char hshift; /* used in hash function */
140 unsigned char n_bits; /* current bits/code */
141 unsigned char maxbits; /* maximum bits/code */
143 unsigned char unit; /* ppp unit number */
146 unsigned int maxmaxcode; /* largest valid code */
147 unsigned int max_ent; /* largest code in use */
158 unsigned int comp_bytes; /* compressed bytes */
[all …]