Searched refs:rmx_sendpipe (Results 1 – 8 of 8) sorted by relevance
113 uint32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member402 hc_metrics_lite->rmx_sendpipe = atomic_load_32(&hc_entry->rmx_sendpipe); in tcp_hc_get()585 if (hcml->rmx_sendpipe != 0) { in tcp_hc_update()586 if (hc_entry->rmx_sendpipe == 0) in tcp_hc_update()587 v = hcml->rmx_sendpipe; in tcp_hc_update()589 v = ((uint64_t)hc_entry->rmx_sendpipe + in tcp_hc_update()590 (uint64_t)hcml->rmx_sendpipe) /2; in tcp_hc_update()591 atomic_store_32(&hc_entry->rmx_sendpipe, v); in tcp_hc_update()692 hc_entry->rmx_sendpipe, in sysctl_tcp_hc_list()
910 uint32_t rmx_sendpipe; /* outbound delay-bandwidth product */ member
3932 if ((so->so_snd.sb_hiwat == V_tcp_sendspace) && metrics.rmx_sendpipe) in tcp_mss()3933 bufsize = metrics.rmx_sendpipe; in tcp_mss()
2565 metrics.rmx_sendpipe = 0; in tcp_discardcb()
85 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
763 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Set()883 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Update()
821 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()1858 printf("%8lu%c ", rtm->rtm_rmx.rmx_sendpipe, lock(SPIPE)); in print_getmsg()
378 printf("%8lu ", rmx.rmx_sendpipe); in print_getmsg()