Home
last modified time | relevance | path

Searched refs:rmx_ssthresh (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/compat/net/
Droute.h57 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member
/netbsd/src/sys/netinet/
Dtcp_subr.c1110 (i = tp->snd_ssthresh) && rt->rt_rmx.rmx_ssthresh) || in tcp_close()
1120 if (rt->rt_rmx.rmx_ssthresh) in tcp_close()
1121 rt->rt_rmx.rmx_ssthresh = in tcp_close()
1122 (rt->rt_rmx.rmx_ssthresh + i) / 2; in tcp_close()
1124 rt->rt_rmx.rmx_ssthresh = i; in tcp_close()
1806 if (rt != NULL && rt->rt_rmx.rmx_ssthresh) { in tcp_mss_from_peer()
1813 tp->snd_ssthresh = uimax(2 * mss, rt->rt_rmx.rmx_ssthresh); in tcp_mss_from_peer()
/netbsd/src/sys/net/
Droute.h83 uint64_t rmx_ssthresh; /* outbound gateway buffer limit */ member
Drtsock_shared.c1125 metric(RTV_SSTHRESH, rmx_ssthresh); in _rt_setmetrics()
1143 metric(rmx_ssthresh); in rtm_setmetrics()
/netbsd/src/sbin/route/
Drtutil.c406 "rttvar %10"PRIu64"%c\n", rmx->rmx_ssthresh, in p_rtrmx()
Droute.c410 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh); in set_metric()
1610 printf("%8"PRId64"%c ", rtm->rtm_rmx.rmx_ssthresh, lock(SSTHRESH)); in print_getmsg()