taglinefilesource code
rstate102drivers/net/slhc.ccomp->rstate =
rstate105drivers/net/slhc.cif (! comp->rstate)
rstate107drivers/net/slhc.cmemset(comp->rstate, 0, rslots * sizeof(struct cstate));
rstate152drivers/net/slhc.cif ( comp->rstate != NULLSLSTATE )
rstate153drivers/net/slhc.ckfree( comp->rstate );
rstate520drivers/net/slhc.ccs = &comp->rstate[comp->recv_current];
rstate678drivers/net/slhc.ccs = &comp->rstate[comp->recv_current = index];
rstate140drivers/net/slhc.hstruct cstate *rstate;  /* receive connection states (array)*/