Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Droute.h81 u_int32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member
H A Dif_loop.c505 rt->rt_rmx.rmx_recvpipe = rt->rt_rmx.rmx_sendpipe = 3 * LOMTU; in lo_rtrequest()
H A Drtsock.c899 metric(RTV_SPIPE, rmx_sendpipe); in rt_setmetrics()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_subr.c1889 if (rt->rt_rmx.rmx_sendpipe != 0) { in tcp_close()
1890 dosavessthresh = (i < rt->rt_rmx.rmx_sendpipe / 2); in tcp_close()
H A Dtcp_input.c7240 bufsize = rt->rt_rmx.rmx_sendpipe; in tcp_mss()