taglinefilesource code
tstate112drivers/net/slhc.ccomp->tstate = 
tstate115drivers/net/slhc.cif (! comp->tstate)
tstate117drivers/net/slhc.cmemset(comp->tstate, 0, rslots * sizeof(struct cstate));
tstate133drivers/net/slhc.cts = comp->tstate;
tstate155drivers/net/slhc.cif ( comp->tstate != NULLSLSTATE )
tstate156drivers/net/slhc.ckfree( comp->tstate );
tstate223drivers/net/slhc.cregister struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]);
tstate139drivers/net/slhc.hstruct cstate *tstate;  /* transmit connection states (array)*/