Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/
H A Dif_bridge.c554 #define SCF_RESIZING 0x02 macro
6845 sc->sc_flags |= SCF_RESIZING;
6852 sc->sc_flags &= ~SCF_RESIZING;
6907 if ((sc->sc_flags & SCF_DETACHING) || (sc->sc_flags & SCF_RESIZING)) {