Searched refs:syncppp (Results 1 – 2 of 2) sorted by relevance
52 struct syncppp { struct136 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 …]
2022 D: Port of the syncppp.c from the 2.0 to the 2.1 kernel.