Searched refs:cs_next (Results 1 – 4 of 4) sorted by relevance
92 tstate[i].cs_next = &tstate[i - 1]; in sl_compress_init()94 tstate[0].cs_next = &tstate[max_state]; in sl_compress_init()163 register struct cstate *cs = comp->last_cs->cs_next; in sl_compress_tcp()217 cs = cs->cs_next; in sl_compress_tcp()249 lcs->cs_next = cs->cs_next; in sl_compress_tcp()250 cs->cs_next = lastcs->cs_next; in sl_compress_tcp()251 lastcs->cs_next = cs; in sl_compress_tcp()
113 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ member
103 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ member
103 struct cstate *cs_next; /* next most recently used state (xmit only) */ member