Searched refs:rmx_recvpipe (Results 1 – 8 of 8) sorted by relevance
439 hc_metrics_lite->rmx_recvpipe = hc_entry->rmx_recvpipe; in tcp_hc_get()575 if (hcml->rmx_recvpipe != 0) { in tcp_hc_update()576 if (hc_entry->rmx_recvpipe == 0) in tcp_hc_update()577 hc_entry->rmx_recvpipe = hcml->rmx_recvpipe; in tcp_hc_update()579 hc_entry->rmx_recvpipe = in tcp_hc_update()580 (hc_entry->rmx_recvpipe + hcml->rmx_recvpipe) /2; in tcp_hc_update()634 hc_entry->rmx_recvpipe, in sysctl_tcp_hc_list()
62 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
356 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
3780 if ((so->so_rcv.sb_hiwat == V_tcp_recvspace) && metrics.rmx_recvpipe) in tcp_mss()3781 bufsize = metrics.rmx_recvpipe; in tcp_mss()
1099 metrics.rmx_recvpipe = 0; in tcp_discardcb()
67 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()
753 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()1778 printf("%8lu%c ", rtm->rtm_rmx.rmx_recvpipe, lock(RPIPE)); in print_getmsg()