taglinefilesource code
sc_rc_state536drivers/net/ppp.cppp->sc_rc_state = NULL;
sc_rc_state752drivers/net/ppp.cif (ppp->sc_rc_state) {
sc_rc_state753drivers/net/ppp.c(*ppp->sc_rcomp->decomp_free) (ppp->sc_rc_state);
sc_rc_state754drivers/net/ppp.cppp->sc_rc_state = NULL;
sc_rc_state1493drivers/net/ppp.cif (ppp->sc_rc_state == NULL)
sc_rc_state1497drivers/net/ppp.c(ppp->sc_rc_state,
sc_rc_state1519drivers/net/ppp.cif (ppp->sc_rc_state && (ppp->flags & SC_DECOMP_RUN)) {
sc_rc_state1520drivers/net/ppp.c(*ppp->sc_rcomp->decomp_reset)(ppp->sc_rc_state);
sc_rc_state1690drivers/net/ppp.cif ((ppp->sc_rc_state != (void *) 0) &&
sc_rc_state1703drivers/net/ppp.c(*ppp->sc_rcomp->incomp) (ppp->sc_rc_state,
sc_rc_state1711drivers/net/ppp.cnew_count = bsd_decompress (ppp->sc_rc_state,
sc_rc_state1748drivers/net/ppp.c(*ppp->sc_rcomp->incomp) (ppp->sc_rc_state,
sc_rc_state2299drivers/net/ppp.cif (ppp->sc_rc_state != NULL)
sc_rc_state2300drivers/net/ppp.c(*ppp->sc_rcomp->decomp_free)(ppp->sc_rc_state);
sc_rc_state2302drivers/net/ppp.cppp->sc_rc_state = cp->decomp_alloc(ccp_option, nb);
sc_rc_state2303drivers/net/ppp.cif (ppp->sc_rc_state == NULL) {
sc_rc_state2837drivers/net/ppp.cif (ppp->sc_rc_state != NULL)
sc_rc_state2838drivers/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 */