Searched refs:tty_stuffed (Results 1 – 2 of 2) sorted by relevance
591 int tty_stuffed = 0; in ppp_sync_push() local597 tty_stuffed = 0; in ppp_sync_push()598 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()604 tty_stuffed = 1; in ppp_sync_push()616 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()
646 int tty_stuffed = 0; in ppp_async_push() local662 tty_stuffed = 0; in ppp_async_push()663 if (!tty_stuffed && ap->optr < ap->olim) { in ppp_async_push()671 tty_stuffed = 1; in ppp_async_push()694 (!tty_stuffed && ap->tpkt))) in ppp_async_push()
Completed in 5 milliseconds