Searched refs:rmx_recvpipe (Results 1 – 6 of 6) sorted by relevance
55 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
81 uint64_t rmx_recvpipe; /* inbound delay-bandwidth product */ member
1123 metric(RTV_RPIPE, rmx_recvpipe); in _rt_setmetrics()1141 metric(rmx_recvpipe); in rtm_setmetrics()
402 (rmx->rmx_locks & RTV_EXPIRE) ? 'L' : ' ', rmx->rmx_recvpipe, in p_rtrmx()
408 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()1608 printf("%8"PRId64"%c ", rtm->rtm_rmx.rmx_recvpipe, lock(RPIPE)); in print_getmsg()
1904 if (rt != NULL && rt->rt_rmx.rmx_recvpipe != 0) in tcp_established()1905 bufsize = rt->rt_rmx.rmx_recvpipe; in tcp_established()