Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ppp/
Dppp_synctty.c592 int tty_stuffed = 0; in ppp_sync_push() local
598 tty_stuffed = 0; in ppp_sync_push()
599 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()
605 tty_stuffed = 1; in ppp_sync_push()
617 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()
Dppp_async.c651 int tty_stuffed = 0; in ppp_async_push() local
667 tty_stuffed = 0; in ppp_async_push()
668 if (!tty_stuffed && ap->optr < ap->olim) { in ppp_async_push()
676 tty_stuffed = 1; in ppp_async_push()
699 (!tty_stuffed && ap->tpkt))) in ppp_async_push()