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

/freebsd-10.1-release/sys/netinet/
H A Dtcp_hostcache.h56 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member in struct:hc_metrics
H A Dtcp_hostcache.c432 hc_metrics_lite->rmx_ssthresh = hc_entry->rmx_ssthresh;
542 if (hcml->rmx_ssthresh != 0) {
543 if (hc_entry->rmx_ssthresh == 0)
544 hc_entry->rmx_ssthresh = hcml->rmx_ssthresh;
546 hc_entry->rmx_ssthresh =
547 (hc_entry->rmx_ssthresh + hcml->rmx_ssthresh) / 2;
628 hc_entry->rmx_ssthresh,
[all...]
H A Dtcp_var.h320 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member in struct:hc_metrics_lite
H A Dtcp_input.c341 if (metrics.rmx_ssthresh) {
348 tp->snd_ssthresh = max(2 * tp->t_maxseg, metrics.rmx_ssthresh);
H A Dtcp_subr.c981 metrics.rmx_ssthresh = ssthresh;
/freebsd-10.1-release/sys/net/
H A Droute.h69 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member in struct:rt_metrics
/freebsd-10.1-release/sbin/route/
H A Droute.c755 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh);
1775 printf("%8lu%c ", rtm->rtm_rmx.rmx_ssthresh, lock(SSTHRESH));

Completed in 105 milliseconds