taglinefilesource code
tstate106drivers/net/slhc.ccomp->tstate = 
tstate109drivers/net/slhc.cif (! comp->tstate)
tstate111drivers/net/slhc.cmemset(comp->tstate, 0, rslots * sizeof(struct cstate));
tstate127drivers/net/slhc.cts = comp->tstate;
tstate149drivers/net/slhc.cif ( comp->tstate != NULLSLSTATE )
tstate150drivers/net/slhc.ckfree( comp->tstate );
tstate217drivers/net/slhc.cregister struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]);
tstate139drivers/net/slhc.hstruct cstate *tstate;  /* transmit connection states (array)*/