Searched refs:tap_next (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dif_tapvar.h45 * tap_mtx locks tap_flags, tap_pid. tap_next locked with global tapmtx.
64 SLIST_ENTRY(tap_softc) tap_next; /* next device in chain */ member in struct:tap_softc
H A Dif_tap.c239 SLIST_REMOVE(&taphead, tp, tap_softc, tap_next);
291 SLIST_FOREACH(tp, &taphead, tap_next) {
309 SLIST_REMOVE_HEAD(&taphead, tap_next);
417 SLIST_INSERT_HEAD(&taphead, tp, tap_next);

Completed in 52 milliseconds