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

/freebsd-13-stable/sys/netinet/
H A Dtcp_hostcache.h59 uint32_t rmx_ssthresh; /* outbound gateway buffer limit */ member in struct:hc_metrics
H A Dtcp_hostcache.c479 hc_metrics_lite->rmx_ssthresh = hc_entry->rmx_ssthresh;
597 if (hcml->rmx_ssthresh != 0) {
598 if (hc_entry->rmx_ssthresh == 0)
599 hc_entry->rmx_ssthresh = hcml->rmx_ssthresh;
601 hc_entry->rmx_ssthresh =
602 (hc_entry->rmx_ssthresh + hcml->rmx_ssthresh) / 2;
693 hc_entry->rmx_ssthresh,
[all...]
H A Dtcp_var.h496 uint32_t rmx_ssthresh; /* outbound gateway buffer limit */ member in struct:hc_metrics_lite
H A Dtcp_input.c413 if (metrics.rmx_ssthresh) {
420 tp->snd_ssthresh = max(2 * maxseg, metrics.rmx_ssthresh);
H A Dtcp_subr.c2403 metrics.rmx_ssthresh = ssthresh;
/freebsd-13-stable/sys/net/
H A Droute.h87 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member in struct:rt_metrics
/freebsd-13-stable/sbin/route/
H A Droute.c759 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh);
1747 printf("%8lu%c ", rtm->rtm_rmx.rmx_ssthresh, lock(SSTHRESH));

Completed in 186 milliseconds