Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c464 hc_metrics_lite->rmx_ssthresh = hc_entry->rmx_ssthresh; in tcp_hc_get()
582 if (hcml->rmx_ssthresh != 0) { in tcp_hc_update()
583 if (hc_entry->rmx_ssthresh == 0) in tcp_hc_update()
584 hc_entry->rmx_ssthresh = hcml->rmx_ssthresh; in tcp_hc_update()
586 hc_entry->rmx_ssthresh = in tcp_hc_update()
587 (hc_entry->rmx_ssthresh + hcml->rmx_ssthresh) / 2; in tcp_hc_update()
664 hc_entry->rmx_ssthresh, in sysctl_tcp_hc_list()
H A Dtcp_hostcache.h59 uint32_t rmx_ssthresh; /* outbound gateway buffer limit */ member
H A Dtcp_var.h480 uint32_t rmx_ssthresh; /* outbound gateway buffer limit */ member
H A Dtcp_input.c412 if (metrics.rmx_ssthresh) { in cc_conn_init()
419 tp->snd_ssthresh = max(2 * maxseg, metrics.rmx_ssthresh); in cc_conn_init()
H A Dtcp_subr.c1997 metrics.rmx_ssthresh = ssthresh; in tcp_discardcb()
/f-stack/freebsd/net/
H A Droute.h87 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member
/f-stack/tools/compat/include/net/
H A Droute.h85 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member
/f-stack/tools/route/
H A Droute.c844 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh); in set_metric()
1866 printf("%8lu%c ", rtm->rtm_rmx.rmx_ssthresh, lock(SSTHRESH));
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h480 uint32_t rmx_ssthresh; /* outbound gateway buffer limit */ member