OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastsa
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
153
int
lastsa
;
member in struct:sctp_nets
sctputil.c
1676
return (((net->
lastsa
>> 2) + net->lastsv) >> 1);
1679
return (((net->
lastsa
>> 2) + net->lastsv) >> 1);
1683
return (((net->
lastsa
>> 2) + net->lastsv) >> 1);
1689
/* if (net->lastsv || net->
lastsa
) {*/
1693
(double)(0.25 * (double)abs(net->
lastsa
- calc_time)));
1694
net->
lastsa
= (int) */ /* SRTT */
1695
/*(((double)(1.0 - 0.125) * (double)net->
lastsa
) +
1699
/* net->
lastsa
= calc_time; *//* SRTT */
1706
new_rto = net->
lastsa
+ 4 * net->lastsv;
1711
calc_time -= (net->
lastsa
>> 3)
[
all
...]
sctp_timer.c
375
cur_rto = (((net->
lastsa
>> 2) + net->lastsv) >> 1);
sctp_usrreq.c
2076
paddri->spinfo_srtt = ((net->
lastsa
>> 2) + net->lastsv) >> 1;
2161
sstat->sstat_primary.spinfo_srtt = net->
lastsa
;
sctp_indata.c
4022
net->RTO = ((net->
lastsa
>> 2) + net->lastsv) >> 1;
sctp_input.c
2907
rtt = ((net->
lastsa
>> 2) + net->lastsv) >> 1;
Completed in 23 milliseconds
Indexes created Fri Nov 07 17:09:47 GMT 2025