Searched refs:threshold_notify (Results 1 – 1 of 1) sorted by relevance
776 static uint32_t threshold_notify = 1; /* enable/disable */ variable777 SYSCTL_UINT(_net_link_generic_system, OID_AUTO, threshold_notify,778 CTLFLAG_RW | CTLFLAG_LOCKED, &threshold_notify, 0, "");12293 if (threshold_notify && (bytes - oldbytes) > ifp->if_data_threshold && in ifnet_notify_data_threshold()