Home
last modified time | relevance | path

Searched refs:lastcs (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dslcompress.c202 struct cstate *lastcs = comp->last_cs; in sl_compress_tcp() local
212 } while (cs != lastcs); in sl_compress_tcp()
234 if (cs == lastcs) in sl_compress_tcp()
238 cs->cs_next = lastcs->cs_next; in sl_compress_tcp()
239 lastcs->cs_next = cs; in sl_compress_tcp()