Searched refs:rmx_recvpipe (Results 1 – 8 of 8) sorted by relevance
482 hc_metrics_lite->rmx_recvpipe = hc_entry->rmx_recvpipe; in tcp_hc_get()620 if (hcml->rmx_recvpipe != 0) { in tcp_hc_update()621 if (hc_entry->rmx_recvpipe == 0) in tcp_hc_update()622 hc_entry->rmx_recvpipe = hcml->rmx_recvpipe; in tcp_hc_update()624 hc_entry->rmx_recvpipe = in tcp_hc_update()625 ((uint64_t)hc_entry->rmx_recvpipe + in tcp_hc_update()626 (uint64_t)hcml->rmx_recvpipe) /2; in tcp_hc_update()698 hc_entry->rmx_recvpipe, in sysctl_tcp_hc_list()
62 uint32_t rmx_recvpipe; /* inbound delay-bandwidth product */ member
505 uint32_t rmx_recvpipe; /* inbound delay-bandwidth product */ member
3977 if ((so->so_rcv.sb_hiwat == V_tcp_recvspace) && metrics.rmx_recvpipe) in tcp_mss()3978 bufsize = metrics.rmx_recvpipe; in tcp_mss()
2413 metrics.rmx_recvpipe = 0; in tcp_discardcb()
84 u_long rmx_recvpipe; /* inbound delay-bandwidth product */ member
767 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Set()888 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Update()
789 caseof(K_RECVPIPE, RTV_RPIPE, rmx_recvpipe); in set_metric()1796 printf("%8lu%c ", rtm->rtm_rmx.rmx_recvpipe, lock(RPIPE)); in print_getmsg()