Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ppp/
H A Dppp_synctty.c52 struct syncppp { struct
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()
567 struct syncppp *ap = chan->private; in ppp_sync_send()
[all …]
/linux-6.15/
H A DCREDITS2022 D: Port of the syncppp.c from the 2.0 to the 2.1 kernel.