Home
last modified time | relevance | path

Searched refs:rto_alpha (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/net/netns/
H A Dsctp.h69 int rto_alpha; member
/linux-6.15/net/sctp/
H A Dtransport.c511 tp->srtt = tp->srtt - (tp->srtt >> net->sctp.rto_alpha) in sctp_transport_update_rto()
512 + (rtt >> net->sctp.rto_alpha); in sctp_transport_update_rto()
H A Dsysctl.c143 .data = &init_net.sctp.rto_alpha,
H A Dprotocol.c1326 net->sctp.rto_alpha = SCTP_RTO_ALPHA; in sctp_defaults_init()