Home | History | Annotate | Download | only in net

Lines Matching refs:cs_next

79 		tstate[i].cs_next = &tstate[i - 1];
81 tstate[0].cs_next = &tstate[MAX_STATES - 1];
110 tstate[i].cs_next = &tstate[i - 1];
112 tstate[0].cs_next = &tstate[max_state];
177 struct cstate *cs = comp->last_cs->cs_next;
224 lcs = cs; cs = cs->cs_next;
254 lcs->cs_next = cs->cs_next;
255 cs->cs_next = lastcs->cs_next;
256 lastcs->cs_next = cs;