OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uw_win_count
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
dccp_tfrc.c
604
u_int32_t
uw_win_count
= 0;
local in function:tfrc_send_packet
680
uw_win_count
= (t_temp.tv_sec + (t_temp.tv_usec / 1000000))
684
uw_win_count
= (t_temp.tv_sec * 1000000 + t_temp.tv_usec)
687
uw_win_count
= 0;
689
uw_win_count
+= cb->last_win_count;
690
win_count =
uw_win_count
% TFRC_WIN_COUNT_LIMIT;
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025