Lines Matching refs:ccp
174 Pred1Output(void *v, struct ccp *ccp, struct link *l __unused, in Pred1Output() argument
198 ccp->uncompout += orglen; in Pred1Output()
202 ccp->compout += len; in Pred1Output()
206 ccp->compout += orglen; in Pred1Output()
212 *proto = ccp_Proto(ccp); in Pred1Output()
217 Pred1Input(void *v, struct ccp *ccp, u_short *proto, struct mbuf *bp) in Pred1Input() argument
234 ccp->uncompin += len & 0x7fff; in Pred1Input()
237 ccp->compin += olen; in Pred1Input()
241 fsm_Reopen(&ccp->fsm); in Pred1Input()
250 fsm_Reopen(&ccp->fsm); in Pred1Input()
255 ccp->compin += len; in Pred1Input()
283 ccp->fsm.link->name, pre); in Pred1Input()
284 fsm_Reopen(&ccp->fsm); in Pred1Input()
292 Pred1DictSetup(void *v __unused, struct ccp *ccp __unused, in Pred1DictSetup()