Searched refs:last_cs (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/net/
H A Dslcompress.h134 struct cstate *last_cs; /* most recently used tstate */ member in struct:slcompress
H A Dslcompress.c84 comp->last_cs = &tstate[0];
158 struct cstate *cs = comp->last_cs->cs_next;
194 * last_cs pointing to the end of the list. The
203 struct cstate *lastcs = comp->last_cs;
221 * last_cs to update the lru linkage.
224 comp->last_cs = lcs;
236 comp->last_cs = lcs;
/freebsd-12-stable/usr.sbin/ppp/
H A Dslcompress.h133 struct cstate *last_cs; /* most recently used tstate */ member in struct:slcompress
H A Dslcompress.c98 comp->last_cs = &tstate[0];
165 register struct cstate *cs = comp->last_cs->cs_next;
207 * States are kept in a circularly linked list with last_cs pointing to the
215 register struct cstate *lastcs = comp->last_cs;
231 * state points to the newest and we only need to set last_cs to update
235 comp->last_cs = lcs;
249 comp->last_cs = lcs;
/freebsd-12-stable/sys/netgraph/
H A Dng_vjc.c110 /* Parse type for the 'last_cs' and 'cs_next' fields in struct slcompress,
156 { "last_cs", NG_VJC_TSTATE_PTR_TYPE },
352 if (sl->last_cs != NULL) {
353 index = sl0->last_cs - sl0->tstate;
354 bzero(&sl->last_cs, sizeof(sl->last_cs));
355 *((u_int16_t *)&sl->last_cs) = index;

Completed in 71 milliseconds