Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dif_bridge.c515 struct _bridge_rtnode_list *sc_rthash; /* our forwarding table */ member
6833 sc->sc_rthash = kalloc_type(struct _bridge_rtnode_list,
6838 LIST_INIT(&sc->sc_rthash[i]);
6899 old_rthash = sc->sc_rthash;
6901 sc->sc_rthash = new_rthash;
6911 LIST_INIT(&sc->sc_rthash[i]);
6974 sc->sc_rthash);
6975 sc->sc_rthash = NULL;
7044 LIST_FOREACH(brt, &sc->sc_rthash[hash], brt_hash) {
7075 lbrt = LIST_FIRST(&sc->sc_rthash[hash]);
[all …]