Home
last modified time | relevance | path

Searched refs:rto_alpha (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/net/netns/
H A Dsctp.h55 /* Note: rto_alpha and rto_beta are really defined as inverse
58 int rto_alpha; member
/kernel/linux/linux-6.6/include/net/netns/
H A Dsctp.h66 /* Note: rto_alpha and rto_beta are really defined as inverse
69 int rto_alpha; member
/kernel/linux/linux-5.10/net/sctp/
H A Dtransport.c344 * express rto_beta and rto_alpha as inverse powers in sctp_transport_update_rto()
347 * 1/8, rto_alpha would be expressed as 3. in sctp_transport_update_rto()
351 tp->srtt = tp->srtt - (tp->srtt >> net->sctp.rto_alpha) in sctp_transport_update_rto()
352 + (rtt >> net->sctp.rto_alpha); in sctp_transport_update_rto()
H A Dsysctl.c140 .data = &init_net.sctp.rto_alpha,
455 pr_warn_once("Changing rto_alpha or rto_beta may lead to " in proc_sctp_do_alpha_beta()
H A Dprotocol.c1212 net->sctp.rto_alpha = SCTP_RTO_ALPHA; in sctp_defaults_init()
/kernel/linux/linux-6.6/net/sctp/
H A Dtransport.c502 * express rto_beta and rto_alpha as inverse powers in sctp_transport_update_rto()
505 * 1/8, rto_alpha would be expressed as 3. in sctp_transport_update_rto()
509 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,
496 pr_warn_once("Changing rto_alpha or rto_beta may lead to " in proc_sctp_do_alpha_beta()
H A Dprotocol.c1310 net->sctp.rto_alpha = SCTP_RTO_ALPHA; in sctp_defaults_init()

Completed in 9 milliseconds