taglinefilesource code
rstate100drivers/net/slhc.ccomp->rstate =
rstate103drivers/net/slhc.cif (! comp->rstate)
rstate105drivers/net/slhc.cmemset(comp->rstate, 0, rslots * sizeof(struct cstate));
rstate150drivers/net/slhc.cif ( comp->rstate != NULLSLSTATE )
rstate151drivers/net/slhc.ckfree( comp->rstate );
rstate506drivers/net/slhc.ccs = &comp->rstate[comp->recv_current];
rstate655drivers/net/slhc.ccs = &comp->rstate[comp->recv_current = index];
rstate140drivers/net/slhc.hstruct cstate *rstate;  /* receive connection states (array)*/