OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_rto
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctputil.c
1647
unsigned int
new_rto
= 0;
local in function:sctp_calculate_rto
1706
new_rto
= net->lastsa + 4 * net->lastsv;
1727
new_rto
= ((net->lastsa >> 2) + net->lastsv) >> 1;
1728
if ((
new_rto
> SCTP_SAT_NETWORK_MIN) &&
1736
if (
new_rto
< stcb->asoc.minrto) {
1737
new_rto
= stcb->asoc.minrto;
1739
if (
new_rto
> stcb->asoc.maxrto) {
1740
new_rto
= stcb->asoc.maxrto;
1743
return ((u_int32_t)
new_rto
);
sctputil.c
1647
unsigned int
new_rto
= 0;
local in function:sctp_calculate_rto
1706
new_rto
= net->lastsa + 4 * net->lastsv;
1727
new_rto
= ((net->lastsa >> 2) + net->lastsv) >> 1;
1728
if ((
new_rto
> SCTP_SAT_NETWORK_MIN) &&
1736
if (
new_rto
< stcb->asoc.minrto) {
1737
new_rto
= stcb->asoc.minrto;
1739
if (
new_rto
> stcb->asoc.maxrto) {
1740
new_rto
= stcb->asoc.maxrto;
1743
return ((u_int32_t)
new_rto
);
Completed in 42 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025