HomeSort by: relevance | last modified time | path
    Searched defs:tthresh (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/altq/
altq_red.c 1134 struct timeval tthresh; local in function:flowlist_lookup
1139 tthresh.tv_sec = now->tv_sec - FV_TTHRESH;
1150 if (fve->fve_lastdrop.tv_sec < tthresh.tv_sec) {
1169 if (fve->fve_lastdrop.tv_sec < tthresh.tv_sec) {

Completed in 32 milliseconds