Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dntstat.c3636 uint64_t minthreshold = UINT64_MAX; in nstat_ifnet_release() local
3653 if (ifcookie->threshold < minthreshold) { in nstat_ifnet_release()
3654 minthreshold = ifcookie->threshold; in nstat_ifnet_release()
3667 if (minthreshold == UINT64_MAX) { in nstat_ifnet_release()
3670 ifp->if_data_threshold = minthreshold; in nstat_ifnet_release()