Searched refs:cp_fastin (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h146 uint16_t cp_fastin; /* count of fast inputs */ member in struct:sppp_comp
H A Dspppcomp.c1167 cp->cp_fastin++;
1169 cp->cp_fastin >>= 1; /* a guess */
1175 * cp_fastin count.
1178 cp->cp_fastin < MAX_FAST_ARRIVALS) &&
1190 cp->cp_fastin = 0;

Completed in 96 milliseconds