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

  /src/sys/netinet/
ip_mroute.c 2603 static uint32_t last_tv_sec; /* last time we processed this */ local in function:bw_meter_process
2610 if (last_tv_sec == now.tv_sec)
2613 loops = now.tv_sec - last_tv_sec;
2614 last_tv_sec = now.tv_sec;
ip_mroute.c 2603 static uint32_t last_tv_sec; /* last time we processed this */ local in function:bw_meter_process
2610 if (last_tv_sec == now.tv_sec)
2613 loops = now.tv_sec - last_tv_sec;
2614 last_tv_sec = now.tv_sec;

Completed in 261 milliseconds