OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:win_loss
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
dccp_tfrc.c
1455
u_int8_t
win_loss
= 0;
local in function:tfrc_recv_detectLoss
1496
win_loss
= aLoss->win_count;
1500
tfrc_recv_updateLI(cb, seq_loss,
win_loss
);
1505
*
win_loss
- window counter for previous (from the lost packet view) packet
1509
tfrc_recv_updateLI(struct tfrc_recv_ccb * cb, long seq_loss, u_int8_t
win_loss
)
1520
TFRC_DEBUG((LOG_INFO, "TFRC - seqloss=%i, winloss=%i\n", (int) seq_loss, (int)
win_loss
));
1544
li_elm->win_count =
win_loss
;
1555
if ((
win_loss
> win_start
1556
&&
win_loss
- win_start > TFRC_WIN_COUNT_PER_RTT) ||
1557
(
win_loss
< win_star
[
all
...]
dccp_tfrc.c
1455
u_int8_t
win_loss
= 0;
local in function:tfrc_recv_detectLoss
1496
win_loss
= aLoss->win_count;
1500
tfrc_recv_updateLI(cb, seq_loss,
win_loss
);
1505
*
win_loss
- window counter for previous (from the lost packet view) packet
1509
tfrc_recv_updateLI(struct tfrc_recv_ccb * cb, long seq_loss, u_int8_t
win_loss
)
1520
TFRC_DEBUG((LOG_INFO, "TFRC - seqloss=%i, winloss=%i\n", (int) seq_loss, (int)
win_loss
));
1544
li_elm->win_count =
win_loss
;
1555
if ((
win_loss
> win_start
1556
&&
win_loss
- win_start > TFRC_WIN_COUNT_PER_RTT) ||
1557
(
win_loss
< win_star
[
all
...]
Completed in 53 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025