taglinefilesource code
tstate121drivers/net/slhc.ccomp->tstate =
tstate124drivers/net/slhc.cif (! comp->tstate)
tstate130drivers/net/slhc.cmemset(comp->tstate, 0, rslots * sizeof(struct cstate));
tstate146drivers/net/slhc.cts = comp->tstate;
tstate171drivers/net/slhc.cif ( comp->tstate != NULLSLSTATE )
tstate172drivers/net/slhc.ckfree( comp->tstate );
tstate242drivers/net/slhc.cregister struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]);
tstate139drivers/net/slhc.hstruct cstate *tstate;  /* transmit connection states (array)*/