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

/freebsd-10-stable/sys/netinet/
H A Dtcp_hostcache.h59 u_long rmx_bandwidth; /* estimated bandwidth */ member in struct:hc_metrics
H A Dtcp_hostcache.c436 hc_metrics_lite->rmx_bandwidth = hc_entry->rmx_bandwidth;
551 if (hcml->rmx_bandwidth != 0) {
552 if (hc_entry->rmx_bandwidth == 0)
553 hc_entry->rmx_bandwidth = hcml->rmx_bandwidth;
555 hc_entry->rmx_bandwidth =
556 (hc_entry->rmx_bandwidth + hcml->rmx_bandwidth) / 2;
631 hc_entry->rmx_bandwidth *
[all...]
H A Dtcp_var.h353 u_long rmx_bandwidth; /* estimated bandwidth */ member in struct:hc_metrics_lite

Completed in 69 milliseconds