HomeSort by: relevance | last modified time | path
    Searched refs:sc_rthash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_bridgevar.h 325 struct pslist_head *sc_rthash; /* our forwarding table */ member in struct:bridge_softc
if_bridge.c 201 PSLIST_READER_FOREACH((_brt), &(_sc)->sc_rthash[(_hash)], \
204 PSLIST_WRITER_FOREACH((_brt), &(_sc)->sc_rthash[(_hash)], \
207 PSLIST_WRITER_INSERT_HEAD(&(_sc)->sc_rthash[(_hash)], brt, brt_hash)
2557 sc->sc_rthash = kmem_alloc(sizeof(*sc->sc_rthash) * BRIDGE_RTHASH_SIZE,
2561 PSLIST_INIT(&sc->sc_rthash[i]);
2580 kmem_free(sc->sc_rthash, sizeof(*sc->sc_rthash) * BRIDGE_RTHASH_SIZE);

Completed in 16 milliseconds