taglinefilesource code
tstate122drivers/net/slhc.ccomp->tstate =
tstate125drivers/net/slhc.cif (! comp->tstate)
tstate131drivers/net/slhc.cmemset(comp->tstate, 0, rslots * sizeof(struct cstate));
tstate147drivers/net/slhc.cts = comp->tstate;
tstate172drivers/net/slhc.cif ( comp->tstate != NULLSLSTATE )
tstate173drivers/net/slhc.ckfree( comp->tstate );
tstate243drivers/net/slhc.cregister struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]);
tstate139drivers/net/slhc.hstruct cstate *tstate;  /* transmit connection states (array)*/