Home
last modified time | relevance | path

Searched refs:rmx_ssthresh (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_hostcache.c440 hc_metrics_lite->rmx_ssthresh = hc_entry->rmx_ssthresh; in tcp_hc_get()
549 if (hcml->rmx_ssthresh != 0) { in tcp_hc_update()
550 if (hc_entry->rmx_ssthresh == 0) in tcp_hc_update()
551 hc_entry->rmx_ssthresh = hcml->rmx_ssthresh; in tcp_hc_update()
553 hc_entry->rmx_ssthresh = in tcp_hc_update()
554 (hc_entry->rmx_ssthresh + hcml->rmx_ssthresh) / 2; in tcp_hc_update()
624 hc_entry->rmx_ssthresh, in sysctl_tcp_hc_list()
HDtcp_hostcache.h57 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member
HDtcp_var.h394 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member
HDtcp_input.c340 if (metrics.rmx_ssthresh) { in cc_conn_init()
347 tp->snd_ssthresh = max(2 * maxseg, metrics.rmx_ssthresh); in cc_conn_init()
HDtcp_subr.c1307 metrics.rmx_ssthresh = ssthresh; in tcp_discardcb()
/NextBSD/sys/net/
HDroute.h82 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member
/NextBSD/sbin/route/
HDroute.c746 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh); in set_metric()
1753 printf("%8lu%c ", rtm->rtm_rmx.rmx_ssthresh, lock(SSTHRESH)); in print_getmsg()