taglinefilesource code
sc_rc_state537drivers/net/ppp.cppp->sc_rc_state = NULL;
sc_rc_state753drivers/net/ppp.cif (ppp->sc_rc_state) {
sc_rc_state754drivers/net/ppp.c(*ppp->sc_rcomp->decomp_free) (ppp->sc_rc_state);
sc_rc_state755drivers/net/ppp.cppp->sc_rc_state = NULL;
sc_rc_state1494drivers/net/ppp.cif (ppp->sc_rc_state == NULL)
sc_rc_state1498drivers/net/ppp.c(ppp->sc_rc_state,
sc_rc_state1520drivers/net/ppp.cif (ppp->sc_rc_state && (ppp->flags & SC_DECOMP_RUN)) {
sc_rc_state1521drivers/net/ppp.c(*ppp->sc_rcomp->decomp_reset)(ppp->sc_rc_state);
sc_rc_state1691drivers/net/ppp.cif ((ppp->sc_rc_state != (void *) 0) &&
sc_rc_state1704drivers/net/ppp.c(*ppp->sc_rcomp->incomp) (ppp->sc_rc_state,
sc_rc_state1712drivers/net/ppp.cnew_count = bsd_decompress (ppp->sc_rc_state,
sc_rc_state1749drivers/net/ppp.c(*ppp->sc_rcomp->incomp) (ppp->sc_rc_state,
sc_rc_state2300drivers/net/ppp.cif (ppp->sc_rc_state != NULL)
sc_rc_state2301drivers/net/ppp.c(*ppp->sc_rcomp->decomp_free)(ppp->sc_rc_state);
sc_rc_state2303drivers/net/ppp.cppp->sc_rc_state = cp->decomp_alloc(ccp_option, nb);
sc_rc_state2304drivers/net/ppp.cif (ppp->sc_rc_state == NULL) {
sc_rc_state2838drivers/net/ppp.cif (ppp->sc_rc_state != NULL)
sc_rc_state2839drivers/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 */