Searched refs:tap_flags (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.
50 u_short tap_flags; /* misc flags */ member in struct:tap_softc
H A Dif_tap.c293 if (tp->tap_flags & TAP_OPEN) {
425 tp->tap_flags |= TAP_VMNET;
461 tp->tap_flags |= TAP_INITED;
495 if (tp->tap_flags & TAP_OPEN) {
502 tp->tap_flags |= TAP_OPEN;
540 if (((tp->tap_flags & TAP_VMNET) == 0) && (ifp->if_flags & IFF_UP)) {
562 tp->tap_flags &= ~TAP_OPEN;
622 if (tp->tap_flags & TAP_OPEN)
674 if (((tp->tap_flags & TAP_VMNET) == 0) &&
675 ((tp->tap_flags
[all...]

Completed in 61 milliseconds