OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 16:09:53 GMT 2025