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()
899 metric(RTV_SPIPE, rmx_sendpipe); in rt_setmetrics()
1889 if (rt->rt_rmx.rmx_sendpipe != 0) { in tcp_close()1890 dosavessthresh = (i < rt->rt_rmx.rmx_sendpipe / 2); in tcp_close()
7240 bufsize = rt->rt_rmx.rmx_sendpipe; in tcp_mss()