Lines Matching refs:asyncppp

45 struct asyncppp {  struct
100 static int ppp_async_encode(struct asyncppp *ap);
102 static int ppp_async_push(struct asyncppp *ap);
103 static void ppp_async_flush_output(struct asyncppp *ap);
104 static void ppp_async_input(struct asyncppp *ap, const unsigned char *buf,
110 static void async_lcp_peek(struct asyncppp *ap, unsigned char *data,
136 static struct asyncppp *ap_get(struct tty_struct *tty) in ap_get()
138 struct asyncppp *ap; in ap_get()
148 static void ap_put(struct asyncppp *ap) in ap_put()
161 struct asyncppp *ap; in ppp_asynctty_open()
221 struct asyncppp *ap; in ppp_asynctty_close()
291 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_ioctl()
348 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_receive()
365 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_wakeup()
409 struct asyncppp *ap = chan->private; in ppp_async_ioctl()
497 struct asyncppp *ap = (struct asyncppp *) arg; in ppp_async_process()
533 ppp_async_encode(struct asyncppp *ap) in ppp_async_encode()
634 struct asyncppp *ap = chan->private; in ppp_async_send()
651 ppp_async_push(struct asyncppp *ap) in ppp_async_push()
731 ppp_async_flush_output(struct asyncppp *ap) in ppp_async_flush_output()
754 scan_ordinary(struct asyncppp *ap, const unsigned char *buf, int count) in scan_ordinary()
769 process_input_packet(struct asyncppp *ap) in process_input_packet()
835 ppp_async_input(struct asyncppp *ap, const unsigned char *buf, in ppp_async_input()
955 static void async_lcp_peek(struct asyncppp *ap, unsigned char *data, in async_lcp_peek()