Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dntstat.c4400 uint64_t minthreshold = UINT64_MAX; in nstat_ifnet_release() local
4416 if (ifcookie->threshold < minthreshold) { in nstat_ifnet_release()
4417 minthreshold = ifcookie->threshold; in nstat_ifnet_release()
4429 if (minthreshold == UINT64_MAX) { in nstat_ifnet_release()
4432 ifp->if_data_threshold = minthreshold; in nstat_ifnet_release()