Searched refs:numHosts (Results 1 – 3 of 3) sorted by relevance
120 u_int numHosts; /* num entries in table */ member211 return hary->numHosts; in ng_bridge_getTableLength()641 + (priv->numHosts * sizeof(*ary->hosts)), M_NOWAIT); in ng_bridge_rcvmsg()647 ary->numHosts = priv->numHosts; in ng_bridge_rcvmsg()950 KASSERT(priv->numLinks == 0 && priv->numHosts == 0, in ng_bridge_shutdown()952 __func__, priv->numLinks, priv->numHosts)); in ng_bridge_shutdown()1073 priv->numHosts++; in ng_bridge_put()1096 if (priv->numHosts > priv->numBuckets in ng_bridge_rehash()1099 else if (priv->numHosts < (priv->numBuckets >> 2) in ng_bridge_rehash()1174 priv->numHosts--; in ng_bridge_remove_hosts()[all …]
130 u_int32_t numHosts; member
631 rm->cnt = gt->numHosts; in get_tablesize()