Lines Matching refs:syncppp
52 struct syncppp { struct
89 static struct sk_buff* ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *); argument
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) in sp_get()
136 struct syncppp *ap; in sp_get()
146 static void sp_put(struct syncppp *ap) in sp_put()
158 struct syncppp *ap; in ppp_sync_open()
216 struct syncppp *ap; in ppp_sync_close()
278 struct syncppp *ap = sp_get(tty); in ppp_synctty_ioctl()
328 struct syncppp *ap = sp_get(tty); in ppp_sync_receive()
345 struct syncppp *ap = sp_get(tty); in ppp_sync_wakeup()
388 struct syncppp *ap = chan->private; in ppp_sync_ioctl()
475 struct syncppp *ap = from_tasklet(ap, t, tsk); in ppp_sync_process()
499 ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *skb) in ppp_sync_txmunge()
558 struct syncppp *ap = chan->private; in ppp_sync_send()
578 ppp_sync_push(struct syncppp *ap) in ppp_sync_push()
630 ppp_sync_flush_output(struct syncppp *ap) in ppp_sync_flush_output()
657 ppp_sync_input(struct syncppp *ap, const u8 *buf, const u8 *flags, int count) in ppp_sync_input()