Lines Matching defs:asyncppp
41 struct asyncppp {
96 static int ppp_async_encode(struct asyncppp *ap);
98 static int ppp_async_push(struct asyncppp *ap);
99 static void ppp_async_flush_output(struct asyncppp *ap);
100 static void ppp_async_input(struct asyncppp *ap, const unsigned char *buf,
106 static void async_lcp_peek(struct asyncppp *ap, unsigned char *data,
132 static struct asyncppp *ap_get(struct tty_struct *tty)
134 struct asyncppp *ap;
144 static void ap_put(struct asyncppp *ap)
157 struct asyncppp *ap;
169 /* initialize the asyncppp structure */
211 * the asyncppp struct. This routine must be called from
217 struct asyncppp *ap;
285 struct asyncppp *ap = ap_get(tty);
335 struct asyncppp *ap = ap_get(tty);
352 struct asyncppp *ap = ap_get(tty);
395 struct asyncppp *ap = chan->private;
487 struct asyncppp *ap = from_tasklet(ap, t, tsk);
523 ppp_async_encode(struct asyncppp *ap)
624 struct asyncppp *ap = chan->private;
641 ppp_async_push(struct asyncppp *ap)
721 ppp_async_flush_output(struct asyncppp *ap)
744 scan_ordinary(struct asyncppp *ap, const unsigned char *buf, int count)
759 process_input_packet(struct asyncppp *ap)
825 ppp_async_input(struct asyncppp *ap, const u8 *buf, const u8 *flags, int count)
943 static void async_lcp_peek(struct asyncppp *ap, unsigned char *data,