Searched refs:rmx_recvpipe (Results 1 – 8 of 8) sorted by relevance
445 hc_metrics_lite->rmx_recvpipe = hc_entry->rmx_recvpipe; in tcp_hc_get()573 if (hcml->rmx_recvpipe != 0) { in tcp_hc_update()574 if (hc_entry->rmx_recvpipe == 0) in tcp_hc_update()575 hc_entry->rmx_recvpipe = hcml->rmx_recvpipe; in tcp_hc_update()577 hc_entry->rmx_recvpipe = in tcp_hc_update()578 (hc_entry->rmx_recvpipe + hcml->rmx_recvpipe) /2; in tcp_hc_update()631 hc_entry->rmx_recvpipe, in sysctl_tcp_hc_list()
62 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
399 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
3717 if ((so->so_rcv.sb_hiwat == V_tcp_recvspace) && metrics.rmx_recvpipe) in tcp_mss()3718 bufsize = metrics.rmx_recvpipe; in tcp_mss()
1313 metrics.rmx_recvpipe = 0; in tcp_discardcb()
80 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
767 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Set()887 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Update()
744 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()1751 printf("%8lu%c ", rtm->rtm_rmx.rmx_recvpipe, lock(RPIPE)); in print_getmsg()