Home
last modified time | relevance | path

Searched refs:hc_ssthresh (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hostcache.c108 uint32_t hc_ssthresh; /* outbound gateway buffer limit */ member
398 hc_metrics_lite->hc_ssthresh = atomic_load_32(&hc_entry->hc_ssthresh); in tcp_hc_get()
568 if (hcml->hc_ssthresh != 0) { in tcp_hc_update()
569 if (hc_entry->hc_ssthresh == 0) in tcp_hc_update()
570 v = hcml->hc_ssthresh; in tcp_hc_update()
572 v = (hc_entry->hc_ssthresh + hcml->hc_ssthresh) / 2; in tcp_hc_update()
573 atomic_store_32(&hc_entry->hc_ssthresh, v); in tcp_hc_update()
686 hc_entry->hc_ssthresh, in sysctl_tcp_hc_list()
H A Dtcp_var.h895 uint32_t hc_ssthresh; /* outbound gateway buffer limit */ member
H A Dtcp_input.c391 if (metrics.hc_ssthresh) { in cc_conn_init()
398 tp->snd_ssthresh = max(2 * maxseg, metrics.hc_ssthresh); in cc_conn_init()
H A Dtcp_subr.c2505 metrics.hc_ssthresh = ssthresh; in tcp_discardcb()