Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dif_bridge.c341 #define BRIDGE_RTHASH_MASK(sc) ((sc)->sc_rthash_size - 1)
557 struct _bridge_rtnode_list * __counted_by(sc_rthash_size) sc_rthash; /* our forwarding table */
560 uint32_t sc_rthash_size; /* size of the hash table */ member
6724 sc->sc_rthash_size);
6925 sc->sc_rthash_size = BRIDGE_RTHASH_SIZE;
6927 for (i = 0; i < sc->sc_rthash_size; i++) {
6959 if (sc->sc_brtcnt < sc->sc_rthash_size * 4) {
6967 new_rthash_size = sc->sc_rthash_size * 2;
6990 old_rthash_size = sc->sc_rthash_size;
6992 sc->sc_rthash_size = new_rthash_size;
[all …]