Lines Matching defs:syncppp
55 struct syncppp { struct
56 struct tty_struct *tty;
57 unsigned int flags;
58 unsigned int rbits;
59 int mru;
60 spinlock_t xmit_lock;
61 spinlock_t recv_lock;
62 unsigned long xmit_flags;
63 u32 xaccm[8];
64 u32 raccm;
65 unsigned int bytes_sent;
66 unsigned int bytes_rcvd;
68 struct sk_buff *tpkt;
92 static struct sk_buff* ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *); argument