Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Ddlil_sysctl.h131 extern uint32_t threshold_interval; /* in seconds */
H A Ddlil_sysctl.c328 uint32_t threshold_interval = 2; /* in seconds */; variable
329 SYSCTL_UINT(_net_link_generic_system, OID_AUTO, threshold_interval,
330 CTLFLAG_RW | CTLFLAG_LOCKED, &threshold_interval, 0, "");
H A Ddlil.c7747 uint64_t tival = (threshold_interval * NSEC_PER_SEC); in ifnet_notify_data_threshold()