Symbol: asyncppp
drivers/net/ppp/ppp_async.c
100
static void ppp_async_flush_output(struct asyncppp *ap);
drivers/net/ppp/ppp_async.c
101
static void ppp_async_input(struct asyncppp *ap, const unsigned char *buf,
drivers/net/ppp/ppp_async.c
107
static void async_lcp_peek(struct asyncppp *ap, unsigned char *data,
drivers/net/ppp/ppp_async.c
133
static struct asyncppp *ap_get(struct tty_struct *tty)
drivers/net/ppp/ppp_async.c
135
struct asyncppp *ap;
drivers/net/ppp/ppp_async.c
145
static void ap_put(struct asyncppp *ap)
drivers/net/ppp/ppp_async.c
158
struct asyncppp *ap;
drivers/net/ppp/ppp_async.c
218
struct asyncppp *ap;
drivers/net/ppp/ppp_async.c
286
struct asyncppp *ap = ap_get(tty);
drivers/net/ppp/ppp_async.c
336
struct asyncppp *ap = ap_get(tty);
drivers/net/ppp/ppp_async.c
353
struct asyncppp *ap = ap_get(tty);
drivers/net/ppp/ppp_async.c
396
struct asyncppp *ap = chan->private;
drivers/net/ppp/ppp_async.c
488
struct asyncppp *ap = from_tasklet(ap, t, tsk);
drivers/net/ppp/ppp_async.c
524
ppp_async_encode(struct asyncppp *ap)
drivers/net/ppp/ppp_async.c
625
struct asyncppp *ap = chan->private;
drivers/net/ppp/ppp_async.c
642
ppp_async_push(struct asyncppp *ap)
drivers/net/ppp/ppp_async.c
722
ppp_async_flush_output(struct asyncppp *ap)
drivers/net/ppp/ppp_async.c
745
scan_ordinary(struct asyncppp *ap, const unsigned char *buf, int count)
drivers/net/ppp/ppp_async.c
760
process_input_packet(struct asyncppp *ap)
drivers/net/ppp/ppp_async.c
826
ppp_async_input(struct asyncppp *ap, const u8 *buf, const u8 *flags, int count)
drivers/net/ppp/ppp_async.c
944
static void async_lcp_peek(struct asyncppp *ap, unsigned char *data,
drivers/net/ppp/ppp_async.c
97
static int ppp_async_encode(struct asyncppp *ap);
drivers/net/ppp/ppp_async.c
99
static int ppp_async_push(struct asyncppp *ap);