Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ppp/
Dppp_synctty.c596 int tty_stuffed = 0; in ppp_sync_push() local
602 tty_stuffed = 0; in ppp_sync_push()
603 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()
609 tty_stuffed = 1; in ppp_sync_push()
621 (!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()