OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:now_timeval
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
tcp_congctl.c
810
struct timeval
now_timeval
;
local in function:tcp_cubic_update_ctime
812
getmicrouptime(&
now_timeval
);
813
tp->snd_cubic_ctime =
now_timeval
.tv_sec * 1000 +
814
now_timeval
.tv_usec / 1000;
823
struct timeval
now_timeval
;
local in function:tcp_cubic_diff_ctime
825
getmicrouptime(&
now_timeval
);
826
return
now_timeval
.tv_sec * 1000 +
now_timeval
.tv_usec / 1000 -
tcp_congctl.c
810
struct timeval
now_timeval
;
local in function:tcp_cubic_update_ctime
812
getmicrouptime(&
now_timeval
);
813
tp->snd_cubic_ctime =
now_timeval
.tv_sec * 1000 +
814
now_timeval
.tv_usec / 1000;
823
struct timeval
now_timeval
;
local in function:tcp_cubic_diff_ctime
825
getmicrouptime(&
now_timeval
);
826
return
now_timeval
.tv_sec * 1000 +
now_timeval
.tv_usec / 1000 -
tcp_congctl.c
810
struct timeval
now_timeval
;
local in function:tcp_cubic_update_ctime
812
getmicrouptime(&
now_timeval
);
813
tp->snd_cubic_ctime =
now_timeval
.tv_sec * 1000 +
814
now_timeval
.tv_usec / 1000;
823
struct timeval
now_timeval
;
local in function:tcp_cubic_diff_ctime
825
getmicrouptime(&
now_timeval
);
826
return
now_timeval
.tv_sec * 1000 +
now_timeval
.tv_usec / 1000 -
Completed in 156 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025