Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Droute.h108 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member
H A Drtsock.c987 setmetric(RTV_SSTHRESH, rmx_ssthresh); in rt_setmetrics()
/dragonfly/sys/netinet/
H A Dtcp_subr.c1008 (rt->rt_rmx.rmx_ssthresh != 0))) { in tcp_close()
1020 if (rt->rt_rmx.rmx_ssthresh) in tcp_close()
1021 rt->rt_rmx.rmx_ssthresh = in tcp_close()
1022 (rt->rt_rmx.rmx_ssthresh + i) / 2; in tcp_close()
1024 rt->rt_rmx.rmx_ssthresh = i; in tcp_close()
H A Dtcp_input.c3093 if (rt->rt_rmx.rmx_ssthresh) { in tcp_rmx_mss()
3100 tp->snd_ssthresh = max(2 * mss, rt->rt_rmx.rmx_ssthresh); in tcp_rmx_mss()
/dragonfly/sbin/route/
H A Droute.c574 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh); in set_metric()
1657 printf("%8ld%c ", rtm->rtm_rmx.rmx_ssthresh, lock(SSTHRESH)); in print_getmsg()