taglinefilesource code
sc_rc_state457drivers/net/ppp.cppp->sc_rc_state = NULL;
sc_rc_state667drivers/net/ppp.cif (ppp->sc_rc_state) {
sc_rc_state668drivers/net/ppp.c(*ppp->sc_rcomp->decomp_free) (ppp->sc_rc_state);
sc_rc_state669drivers/net/ppp.cppp->sc_rc_state = NULL;
sc_rc_state1420drivers/net/ppp.cif (ppp->sc_rc_state == NULL)
sc_rc_state1424drivers/net/ppp.c(ppp->sc_rc_state,
sc_rc_state1446drivers/net/ppp.cif (ppp->sc_rc_state && (ppp->flags & SC_DECOMP_RUN)) {
sc_rc_state1447drivers/net/ppp.c(*ppp->sc_rcomp->decomp_reset)(ppp->sc_rc_state);
sc_rc_state1592drivers/net/ppp.cif ((ppp->sc_rc_state != (void *) 0) &&
sc_rc_state1605drivers/net/ppp.c(*ppp->sc_rcomp->incomp) (ppp->sc_rc_state,
sc_rc_state1613drivers/net/ppp.cnew_count = bsd_decompress (ppp->sc_rc_state,
sc_rc_state1650drivers/net/ppp.c(*ppp->sc_rcomp->incomp) (ppp->sc_rc_state,
sc_rc_state2197drivers/net/ppp.cif (ppp->sc_rc_state != NULL)
sc_rc_state2198drivers/net/ppp.c(*ppp->sc_rcomp->decomp_free)(ppp->sc_rc_state);
sc_rc_state2200drivers/net/ppp.cppp->sc_rc_state = cp->decomp_alloc(ccp_option, nb);
sc_rc_state2201drivers/net/ppp.cif (ppp->sc_rc_state == NULL) {
sc_rc_state2795drivers/net/ppp.cif (ppp->sc_rc_state != NULL)
sc_rc_state2796drivers/net/ppp.c(*ppp->sc_rcomp->decomp_stat) (ppp->sc_rc_state,
sc_rc_state155include/linux/if_pppvar.hvoid  *sc_rc_state;      /* receive decompressor state */