Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h143 hrtime_t cp_lastfinish; /* last decode finish time */ member
H A Dspppcomp.c1166 if (curtime - cp->cp_lastfinish < spppcomp_min_arrival) in spppcomp_rput()
1186 cp->cp_lastfinish = gethrtime(); in spppcomp_rput()