Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif_bridge.c518 struct _bridge_rtnode_list *sc_rthash; /* our forwarding table */ member
6957 sc->sc_rthash = kalloc_type(struct _bridge_rtnode_list,
6962 LIST_INIT(&sc->sc_rthash[i]);
7023 old_rthash = sc->sc_rthash;
7025 sc->sc_rthash = new_rthash;
7035 LIST_INIT(&sc->sc_rthash[i]);
7098 sc->sc_rthash);
7099 sc->sc_rthash = NULL;
7168 LIST_FOREACH(brt, &sc->sc_rthash[hash], brt_hash) {
7199 lbrt = LIST_FIRST(&sc->sc_rthash[hash]);
[all …]