Searched refs:sc_rthash_size (Results 1 – 1 of 1) sorted by relevance
339 #define BRIDGE_RTHASH_MASK(sc) ((sc)->sc_rthash_size - 1)555 struct _bridge_rtnode_list * __counted_by(sc_rthash_size) sc_rthash; /* our forwarding table */558 uint32_t sc_rthash_size; /* size of the hash table */ member6619 sc->sc_rthash_size);6820 sc->sc_rthash_size = BRIDGE_RTHASH_SIZE;6822 for (i = 0; i < sc->sc_rthash_size; i++) {6854 if (sc->sc_brtcnt < sc->sc_rthash_size * 4) {6862 new_rthash_size = sc->sc_rthash_size * 2;6885 old_rthash_size = sc->sc_rthash_size;6887 sc->sc_rthash_size = new_rthash_size;[all …]