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