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 unsigned char *buf,
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;
281 struct syncppp *ap = sp_get(tty);
338 struct syncppp *ap = sp_get(tty);
355 struct syncppp *ap = sp_get(tty);
399 struct syncppp *ap = chan->private;
490 struct syncppp *ap = (struct syncppp *) arg;
514 ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *skb)
573 struct syncppp *ap = chan->private;
593 ppp_sync_push(struct syncppp *ap)
645 ppp_sync_flush_output(struct syncppp *ap)
672 ppp_sync_input(struct syncppp *ap, const unsigned char *buf,