Home
last modified time | relevance | path

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

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