Searched refs:rmx_sendpipe (Results 1 – 5 of 5) sorted by relevance
81 u_int32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member
505 rt->rt_rmx.rmx_recvpipe = rt->rt_rmx.rmx_sendpipe = 3 * LOMTU; in lo_rtrequest()
894 metric(RTV_SPIPE, rmx_sendpipe); in rt_setmetrics()
1627 if (rt->rt_rmx.rmx_sendpipe != 0) { in tcp_close()1628 dosavessthresh = (i < rt->rt_rmx.rmx_sendpipe / 2); in tcp_close()
7043 bufsize = rt->rt_rmx.rmx_sendpipe; in tcp_mss()