Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ppp/
Dppp_async.c41 struct asyncppp { struct
42 struct tty_struct *tty;
43 unsigned int flags;
44 unsigned int state;
45 unsigned int rbits;
46 int mru;
47 spinlock_t xmit_lock;
48 spinlock_t recv_lock;
49 unsigned long xmit_flags;
50 u32 xaccm[8];
[all …]