Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dntstat.c4032 uint64_t minthreshold = UINT64_MAX; in nstat_ifnet_release() local
4048 if (ifcookie->threshold < minthreshold) { in nstat_ifnet_release()
4049 minthreshold = ifcookie->threshold; in nstat_ifnet_release()
4061 if (minthreshold == UINT64_MAX) { in nstat_ifnet_release()
4064 ifp->if_data_threshold = minthreshold; in nstat_ifnet_release()