Home
last modified time | relevance | path

Searched refs:rto_min (Results 1 – 10 of 10) sorted by relevance

/linux/net/sctp/
H A Dsysctl.c98 .data = &init_net.sctp.rto_min,
111 .extra1 = &init_net.sctp.rto_min,
447 tbl.data = &net->sctp.rto_min; in proc_sctp_do_rto_min()
454 net->sctp.rto_min = new_value; in proc_sctp_do_rto_min()
608 table[SCTP_RTO_MAX_IDX].extra1 = &net->sctp.rto_min; in sctp_sysctl_net_register()
H A Dtransport.c531 if (tp->rto < tp->asoc->rto_min) in sctp_transport_update_rto()
532 tp->rto = tp->asoc->rto_min; in sctp_transport_update_rto()
H A Dsocket.c3083 unsigned long rto_min, rto_max; in sctp_setsockopt_rtoinfo() local
3097 rto_min = rtoinfo->srto_min; in sctp_setsockopt_rtoinfo()
3104 if (rto_min) in sctp_setsockopt_rtoinfo()
3105 rto_min = asoc ? msecs_to_jiffies(rto_min) : rto_min; in sctp_setsockopt_rtoinfo()
3107 rto_min = asoc ? asoc->rto_min : sp->rtoinfo.srto_min; in sctp_setsockopt_rtoinfo()
3109 if (rto_min > rto_max) in sctp_setsockopt_rtoinfo()
3117 asoc->rto_min = rto_min; in sctp_setsockopt_rtoinfo()
3125 sp->rtoinfo.srto_min = rto_min; in sctp_setsockopt_rtoinfo()
5005 sp->rtoinfo.srto_min = net->sctp.rto_min; in sctp_init_sock()
6580 rtoinfo.srto_min = jiffies_to_msecs(asoc->rto_min); in sctp_getsockopt_rtoinfo()
[all …]
H A Dassociola.c95 asoc->rto_min = msecs_to_jiffies(sp->rtoinfo.srto_min); in sctp_association_init()
H A Dprotocol.c1307 net->sctp.rto_min = SCTP_RTO_MIN; in sctp_defaults_init()
/linux/Documentation/networking/
H A Ddccp.rst201 Per-route rto_min support
203 of the RTO timer. This setting can be modified via the 'rto_min' option
206 > ip route change 10.0.0.0/24 rto_min 250j dev wlan0
207 > ip route add 10.0.0.254/32 rto_min 800j dev wlan0
210 CCID-3 also supports the rto_min setting: it is used to define the lower
H A Dip-sysctl.rst1215 rto_min route option has the highest precedence for configuring this
3076 rto_min - INTEGER
/linux/include/net/netns/
H A Dsctp.h63 unsigned int rto_min; member
/linux/include/net/
H A Dtcp.h786 u32 rto_min = inet_csk(sk)->icsk_rto_min; in tcp_rto_min() local
789 rto_min = dst_metric_rtt(dst, RTAX_RTO_MIN); in tcp_rto_min()
790 return rto_min; in tcp_rto_min()
/linux/include/net/sctp/
H A Dstructs.h1781 unsigned long rto_min; member