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

  /src/sys/altq/
altq_red.c 1134 struct timeval tthresh; local
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) {
altq_red.c 1134 struct timeval tthresh; local
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 33 milliseconds