Lines Matching refs:sc_rthash
516 struct _bridge_rtnode_list *sc_rthash; /* our forwarding table */ member
6918 sc->sc_rthash = kalloc_type(struct _bridge_rtnode_list,
6923 LIST_INIT(&sc->sc_rthash[i]);
6984 old_rthash = sc->sc_rthash;
6986 sc->sc_rthash = new_rthash;
6996 LIST_INIT(&sc->sc_rthash[i]);
7059 sc->sc_rthash);
7060 sc->sc_rthash = NULL;
7129 LIST_FOREACH(brt, &sc->sc_rthash[hash], brt_hash) {
7160 lbrt = LIST_FIRST(&sc->sc_rthash[hash]);
7162 LIST_INSERT_HEAD(&sc->sc_rthash[hash], brt, brt_hash);