Lines Matching defs:syncppp
52 struct syncppp {
89 static struct sk_buff* ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *);
94 static int ppp_sync_push(struct syncppp *ap);
95 static void ppp_sync_flush_output(struct syncppp *ap);
96 static void ppp_sync_input(struct syncppp *ap, const u8 *buf, const u8 *flags,
134 static struct syncppp *sp_get(struct tty_struct *tty)
136 struct syncppp *ap;
146 static void sp_put(struct syncppp *ap)
158 struct syncppp *ap;
170 /* initialize the syncppp structure */
210 * the syncppp struct. This routine must be called from
216 struct syncppp *ap;
278 struct syncppp *ap = sp_get(tty);
328 struct syncppp *ap = sp_get(tty);
345 struct syncppp *ap = sp_get(tty);
388 struct syncppp *ap = chan->private;
479 struct syncppp *ap = from_tasklet(ap, t, tsk);
503 ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *skb)
562 struct syncppp *ap = chan->private;
582 ppp_sync_push(struct syncppp *ap)
634 ppp_sync_flush_output(struct syncppp *ap)
661 ppp_sync_input(struct syncppp *ap, const u8 *buf, const u8 *flags, int count)