Searched refs:lcs (Results 1 – 4 of 4) sorted by relevance
227 register struct cstate *lcs = ocs; in slhc_compress() local228 register struct cstate *cs = lcs->next; in slhc_compress()296 lcs = cs; in slhc_compress()310 comp->xmit_oldest = lcs->cs_this; in slhc_compress()317 if(lcs == ocs) { in slhc_compress()321 comp->xmit_oldest = lcs->cs_this; in slhc_compress()324 lcs->next = cs->next; in slhc_compress()
10 obj-$(CONFIG_LCS) += lcs.o
11 To compile as a module, choose M. The module name is lcs.
53 #error Cannot compile lcs.c without some net devices switched on.