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

/freebsd-10-stable/sys/netinet/
H A Dtcp_hostcache.h56 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member in struct:hc_metrics
H A Dtcp_hostcache.c433 hc_metrics_lite->rmx_ssthresh = hc_entry->rmx_ssthresh;
543 if (hcml->rmx_ssthresh != 0) {
544 if (hc_entry->rmx_ssthresh == 0)
545 hc_entry->rmx_ssthresh = hcml->rmx_ssthresh;
547 hc_entry->rmx_ssthresh =
548 (hc_entry->rmx_ssthresh + hcml->rmx_ssthresh) / 2;
626 hc_entry->rmx_ssthresh,
[all...]
H A Dtcp_var.h350 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member in struct:hc_metrics_lite
H A Dtcp_input.c349 if (metrics.rmx_ssthresh) {
356 tp->snd_ssthresh = max(2 * tp->t_maxseg, metrics.rmx_ssthresh);
H A Dtcp_subr.c1093 metrics.rmx_ssthresh = ssthresh;
/freebsd-10-stable/sys/net/
H A Droute.h69 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member in struct:rt_metrics
/freebsd-10-stable/sbin/route/
H A Droute.c755 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh);
1780 printf("%8lu%c ", rtm->rtm_rmx.rmx_ssthresh, lock(SSTHRESH));

Completed in 99 milliseconds