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

/linux-4.1.27/drivers/net/ppp/
H A Dppp_synctty.c595 int tty_stuffed = 0; ppp_sync_push() local
601 tty_stuffed = 0; ppp_sync_push()
602 if (!tty_stuffed && ap->tpkt) { ppp_sync_push()
608 tty_stuffed = 1; ppp_sync_push()
620 (!tty_stuffed && ap->tpkt))) ppp_sync_push()
H A Dppp_async.c655 int tty_stuffed = 0; ppp_async_push() local
671 tty_stuffed = 0; ppp_async_push()
672 if (!tty_stuffed && ap->optr < ap->olim) { ppp_async_push()
680 tty_stuffed = 1; ppp_async_push()
703 (!tty_stuffed && ap->tpkt))) ppp_async_push()

Completed in 75 milliseconds