Searched refs:syncppp (Results 1 – 2 of 2) sorted by relevance
50 struct syncppp {83 static struct sk_buff* ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *);88 static int ppp_sync_push(struct syncppp *ap);89 static void ppp_sync_flush_output(struct syncppp *ap);90 static void ppp_sync_input(struct syncppp *ap, const u8 *buf, const u8 *flags,121 struct syncppp *ap;133 /* initialize the syncppp structure */ in sp_get() 172 struct syncppp *ap = tty->disc_data; in ppp_sync_open() 211 struct syncppp *ap = tty->disc_data;260 struct syncppp *a in ppp_sync_read() 52 struct syncppp { global() struct 53 ttysyncppp global() argument 54 flagssyncppp global() argument 55 rbitssyncppp global() argument 56 mrusyncppp global() argument 57 xmit_locksyncppp global() argument 58 recv_locksyncppp global() argument 59 xmit_flagssyncppp global() argument 60 xaccmsyncppp global() argument 61 raccmsyncppp global() argument 63 tpktsyncppp global() argument 87 chansyncppp global() argument [all...]
2063 D: Port of the syncppp.c from the 2.0 to the 2.1 kernel.