Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dif_bridge.c556 #define SCF_RESIZING 0x02 macro
6892 sc->sc_flags |= SCF_RESIZING;
6899 sc->sc_flags &= ~SCF_RESIZING;
6954 if ((sc->sc_flags & SCF_DETACHING) || (sc->sc_flags & SCF_RESIZING)) {