Searched refs:threshold_notify (Results 1 – 3 of 3) sorted by relevance
130 extern uint32_t threshold_notify; /* enable/disable */
324 uint32_t threshold_notify = 1; /* enable/disable */ variable325 SYSCTL_UINT(_net_link_generic_system, OID_AUTO, threshold_notify,326 CTLFLAG_RW | CTLFLAG_LOCKED, &threshold_notify, 0, "");
7744 if (threshold_notify && (bytes - oldbytes) > ifp->if_data_threshold && in ifnet_notify_data_threshold()