Searched refs:rmx_bandwidth (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dtcp_hostcache.h59 u_long rmx_bandwidth; /* estimated bandwidth */ member in struct:hc_metrics
H A Dtcp_hostcache.c435 hc_metrics_lite->rmx_bandwidth = hc_entry->rmx_bandwidth;
550 if (hcml->rmx_bandwidth != 0) {
551 if (hc_entry->rmx_bandwidth == 0)
552 hc_entry->rmx_bandwidth = hcml->rmx_bandwidth;
554 hc_entry->rmx_bandwidth =
555 (hc_entry->rmx_bandwidth + hcml->rmx_bandwidth) / 2;
633 hc_entry->rmx_bandwidth *
[all...]
H A Dtcp_var.h323 u_long rmx_bandwidth; /* estimated bandwidth */ member in struct:hc_metrics_lite

Completed in 178 milliseconds