Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Ddlil.c780 static uint32_t threshold_interval = 2; /* in seconds */ variable
781 SYSCTL_UINT(_net_link_generic_system, OID_AUTO, threshold_interval,
782 CTLFLAG_RW | CTLFLAG_LOCKED, &threshold_interval, 0, "");
12296 uint64_t tival = (threshold_interval * NSEC_PER_SEC); in ifnet_notify_data_threshold()