Home
last modified time | relevance | path

Searched refs:rto_beta (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
59 int rto_beta; member
/kernel/linux/linux-6.6/include/net/netns/
H A Dsctp.h66 /* Note: rto_alpha and rto_beta are really defined as inverse
70 int rto_beta; 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()
349 tp->rttvar = tp->rttvar - (tp->rttvar >> net->sctp.rto_beta) in sctp_transport_update_rto()
350 + (((__u32)abs((__s64)tp->srtt - (__s64)rtt)) >> net->sctp.rto_beta); in sctp_transport_update_rto()
H A Dsysctl.c149 .data = &init_net.sctp.rto_beta,
455 pr_warn_once("Changing rto_alpha or rto_beta may lead to " in proc_sctp_do_alpha_beta()
H A Dprotocol.c1214 net->sctp.rto_beta = SCTP_RTO_BETA; 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()
507 tp->rttvar = tp->rttvar - (tp->rttvar >> net->sctp.rto_beta) in sctp_transport_update_rto()
508 + (((__u32)abs((__s64)tp->srtt - (__s64)rtt)) >> net->sctp.rto_beta); in sctp_transport_update_rto()
H A Dsysctl.c154 .data = &init_net.sctp.rto_beta,
496 pr_warn_once("Changing rto_alpha or rto_beta may lead to " in proc_sctp_do_alpha_beta()
H A Dprotocol.c1312 net->sctp.rto_beta = SCTP_RTO_BETA; in sctp_defaults_init()

Completed in 9 milliseconds