Searched refs:rto_min (Results 1 - 5 of 5) sorted by relevance

/net/sctp/
H A Dsysctl.c118 .procname = "rto_min",
119 .data = &init_net.sctp.rto_min,
132 .extra1 = &init_net.sctp.rto_min,
381 tbl.data = &net->sctp.rto_min;
388 net->sctp.rto_min = new_value;
H A Dtransport.c357 if (tp->rto < tp->asoc->rto_min)
358 tp->rto = tp->asoc->rto_min;
H A Dsocket.c2914 unsigned long rto_min, rto_max; local
2930 rto_min = rtoinfo.srto_min;
2937 if (rto_min)
2938 rto_min = asoc ? msecs_to_jiffies(rto_min) : rto_min;
2940 rto_min = asoc ? asoc->rto_min : sp->rtoinfo.srto_min;
2942 if (rto_min > rto_max)
2950 asoc->rto_min
[all...]
H A Dassociola.c109 asoc->rto_min = msecs_to_jiffies(sp->rtoinfo.srto_min);
H A Dprotocol.c1180 net->sctp.rto_min = SCTP_RTO_MIN;

Completed in 59 milliseconds