Home
last modified time | relevance | path

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

/dragonfly/sys/net/tap/
H A Dif_tap.c179 struct tap_softc *sc, *sc_tmp; in tapmodevent() local
196 SLIST_FOREACH_MUTABLE(sc, &tap_listhead, tap_link, sc_tmp) in tapmodevent()
/dragonfly/sys/net/tun/
H A Dif_tun.c151 struct tun_softc *sc, *sc_tmp; in tunmodevent() local
169 SLIST_FOREACH_MUTABLE(sc, &tun_listhead, tun_link, sc_tmp) in tunmodevent()