Searched refs:necp_client_stats_rtt_ceiling (Results 1 – 1 of 1) sorted by relevance
256 static uint32_t necp_client_stats_rtt_ceiling = 1920000; // 60s variable286 …SCTL_UINT(_net_necp, OID_AUTO, necp_client_stats_rtt_ceiling, CTLFLAG_RW | CTLFLAG_LOCKED, &necp_c…1290 if (rtt < necp_client_stats_rtt_floor || rtt > necp_client_stats_rtt_ceiling) { in necp_client_collect_stats()