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

/freebsd-10-stable/sys/net/
H A Dif_tapvar.h45 * tap_mtx locks tap_flags, tap_pid. tap_next locked with global tapmtx.
66 struct mtx tap_mtx; /* per-softc mutex */ member in struct:tap_softc
H A Dif_tap.c228 mtx_destroy(&tp->tap_mtx);
292 mtx_lock(&tp->tap_mtx);
294 mtx_unlock(&tp->tap_mtx);
298 mtx_unlock(&tp->tap_mtx);
415 mtx_init(&tp->tap_mtx, "tap_mtx", NULL, MTX_DEF);
460 mtx_lock(&tp->tap_mtx);
462 mtx_unlock(&tp->tap_mtx);
464 knlist_init_mtx(&tp->tap_rsel.si_note, &tp->tap_mtx);
494 mtx_lock(&tp->tap_mtx);
[all...]

Completed in 104 milliseconds