Searched refs:hc_sendpipe (Results 1 – 4 of 4) sorted by relevance
112 uint32_t hc_sendpipe; /* outbound delay-bandwidth product */ member402 hc_metrics_lite->hc_sendpipe = atomic_load_32(&hc_entry->hc_sendpipe); in tcp_hc_get()585 if (hcml->hc_sendpipe != 0) { in tcp_hc_update()586 if (hc_entry->hc_sendpipe == 0) in tcp_hc_update()587 v = hcml->hc_sendpipe; in tcp_hc_update()589 v = ((uint64_t)hc_entry->hc_sendpipe + in tcp_hc_update()590 (uint64_t)hcml->hc_sendpipe) /2; in tcp_hc_update()591 atomic_store_32(&hc_entry->hc_sendpipe, v); in tcp_hc_update()692 hc_entry->hc_sendpipe, in sysctl_tcp_hc_list()
899 uint32_t hc_sendpipe; /* outbound delay-bandwidth product */ member
3971 if ((so->so_snd.sb_hiwat == V_tcp_sendspace) && metrics.hc_sendpipe) in tcp_mss()3972 bufsize = metrics.hc_sendpipe; in tcp_mss()
2510 metrics.hc_sendpipe = 0; in tcp_discardcb()