Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Ddlil.c776 static uint32_t threshold_notify = 1; /* enable/disable */ variable
777 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()