Home
last modified time | relevance | path

Searched refs:syncppp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_synctty.c52 struct syncppp { struct
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) 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()
170 /* initialize the syncppp structur in ppp_sync_open()
[all...]
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_synctty.c52 struct syncppp { struct
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) 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()
170 /* initialize the syncppp structur in ppp_sync_open()
[all...]

Completed in 2 milliseconds