Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
H A Dppp_async.c41 struct asyncppp { struct
97 static int ppp_async_encode(struct asyncppp *ap);
99 static int ppp_async_push(struct asyncppp *ap);
100 static void ppp_async_flush_output(struct asyncppp *ap);
101 static void ppp_async_input(struct asyncppp *ap, const unsigned char *buf,
107 static void async_lcp_peek(struct asyncppp *ap, unsigned char *data,
133 static struct asyncppp *ap_get(struct tty_struct *tty) in ap_get()
135 struct asyncppp *ap; in ap_get()
145 static void ap_put(struct asyncppp *ap) in ap_put()
158 struct asyncppp *ap; in ppp_asynctty_open()
[all …]