Searched refs:tcp_rto_max (Results 1 – 5 of 5) sorted by relevance
444 *i1 = tcp->tcp_rto_max; in tcp_opt_get()775 tcp->tcp_rto_max) in tcp_opt_set()801 (*i1 * 1000) > tcp->tcp_rto_max) in tcp_opt_set()864 if (val < tcp->tcp_rto_min || val > tcp->tcp_rto_max || in tcp_opt_set()896 val > tcp->tcp_rto_max) { in tcp_opt_set()923 tcp->tcp_rto_max = val; in tcp_opt_set()
490 max = tcp->tcp_rto_max; in tcp_keepalive_timer()1037 if (ms > tcp->tcp_rto_max) { in tcp_timer()1038 ms = tcp->tcp_rto_max; in tcp_timer()
2351 tcp->tcp_rto_max = tcps->tcps_rexmit_interval_max; in tcp_init_values()2378 tcp->tcp_rto_max = parent->tcp_rto_max; in tcp_init_values()
277 else if ((rto) > (tcp)->tcp_rto_max) \278 (tcp)->tcp_rto = (tcp)->tcp_rto_max; \
165 uint32_t tcp_rto_max; /* Maximum RTO */ member