Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ppp/
H A Dppp_synctty.c52 struct syncppp { struct
53 struct tty_struct *tty;
54 unsigned int flags;
55 unsigned int rbits;
56 int mru;
57 spinlock_t xmit_lock;
58 spinlock_t recv_lock;
60 u32 xaccm[8];
61 u32 raccm;
65 struct sk_buff *tpkt;
[all …]