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