Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hostcache.c108 uint32_t rmx_ssthresh; /* outbound gateway buffer limit */ member
397 hc_metrics_lite->rmx_ssthresh = atomic_load_32(&hc_entry->rmx_ssthresh); in tcp_hc_get()
567 if (hcml->rmx_ssthresh != 0) { in tcp_hc_update()
568 if (hc_entry->rmx_ssthresh == 0) in tcp_hc_update()
569 v = hcml->rmx_ssthresh; in tcp_hc_update()
571 v = (hc_entry->rmx_ssthresh + hcml->rmx_ssthresh) / 2; in tcp_hc_update()
572 atomic_store_32(&hc_entry->rmx_ssthresh, v); in tcp_hc_update()
685 hc_entry->rmx_ssthresh, in sysctl_tcp_hc_list()
H A Dtcp_var.h885 uint32_t rmx_ssthresh; /* outbound gateway buffer limit */ member
H A Dtcp_input.c381 if (metrics.rmx_ssthresh) { in cc_conn_init()
388 tp->snd_ssthresh = max(2 * maxseg, metrics.rmx_ssthresh); in cc_conn_init()
H A Dtcp_subr.c2444 metrics.rmx_ssthresh = ssthresh; in tcp_discardcb()
/freebsd/sys/net/
H A Droute.h84 u_long rmx_ssthresh; /* outbound gateway buffer limit */ member
/freebsd/sbin/route/
H A Droute.c807 caseof(K_SSTHRESH, RTV_SSTHRESH, rmx_ssthresh); in set_metric()
1844 printf("%8lu%c ", rtm->rtm_rmx.rmx_ssthresh, lock(SSTHRESH)); in print_getmsg()
H A Droute_netlink.c384 printf("%8lu ", rmx.rmx_ssthresh); in print_getmsg()