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()954 KASSERT(priv->numLinks == 0 && priv->numHosts == 0, in ng_bridge_shutdown()956 __func__, priv->numLinks, priv->numHosts)); in ng_bridge_shutdown()1077 priv->numHosts++; in ng_bridge_put()1100 if (priv->numHosts > priv->numBuckets in ng_bridge_rehash()1103 else if (priv->numHosts < (priv->numBuckets >> 2) in ng_bridge_rehash()1178 priv->numHosts--; in ng_bridge_remove_hosts()[all …]
130 u_int32_t numHosts; member
631 rm->cnt = gt->numHosts; in get_tablesize()