Home
last modified time | relevance | path

Searched refs:threshold_notify (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Ddlil_sysctl.h130 extern uint32_t threshold_notify; /* enable/disable */
H A Ddlil_sysctl.c324 uint32_t threshold_notify = 1; /* enable/disable */ variable
325 SYSCTL_UINT(_net_link_generic_system, OID_AUTO, threshold_notify,
326 CTLFLAG_RW | CTLFLAG_LOCKED, &threshold_notify, 0, "");
H A Ddlil.c7744 if (threshold_notify && (bytes - oldbytes) > ifp->if_data_threshold && in ifnet_notify_data_threshold()