Home
last modified time | relevance | path

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

/drivers/net/ppp/
Dppp_async.c41 struct asyncppp { struct
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) in ap_get()
134 struct asyncppp *ap; in ap_get()
144 static void ap_put(struct asyncppp *ap) in ap_put()
157 struct asyncppp *ap; in ppp_asynctty_open()
[all …]