Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netns/
H A Dsctp.h69 int rto_alpha; member
/openbmc/linux/net/sctp/
H A Dtransport.c509 tp->srtt = tp->srtt - (tp->srtt >> net->sctp.rto_alpha) in sctp_transport_update_rto()
510 + (rtt >> net->sctp.rto_alpha); in sctp_transport_update_rto()
H A Dsysctl.c145 .data = &init_net.sctp.rto_alpha,
H A Dprotocol.c1310 net->sctp.rto_alpha = SCTP_RTO_ALPHA; in sctp_defaults_init()