SC_DECOMP_RUN     531 net/if_ppp.c   		    sc->sc_flags &= ~SC_DECOMP_RUN;
SC_DECOMP_RUN    1181 net/if_ppp.c   	    sc->sc_flags &= ~(SC_CCP_UP | SC_COMP_RUN | SC_DECOMP_RUN);
SC_DECOMP_RUN    1208 net/if_ppp.c   		    sc->sc_flags |= SC_DECOMP_RUN;
SC_DECOMP_RUN    1222 net/if_ppp.c   		if (sc->sc_rc_state && (sc->sc_flags & SC_DECOMP_RUN)) {
SC_DECOMP_RUN    1320 net/if_ppp.c       if (proto == PPP_COMP && sc->sc_rc_state && (sc->sc_flags & SC_DECOMP_RUN)
SC_DECOMP_RUN    1352 net/if_ppp.c   	if (sc->sc_rc_state && (sc->sc_flags & SC_DECOMP_RUN)) {