Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ppp/
Dppp_synctty.c582 int tty_stuffed = 0; in ppp_sync_push() local
588 tty_stuffed = 0; in ppp_sync_push()
589 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()
595 tty_stuffed = 1; in ppp_sync_push()
607 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()
Dppp_async.c641 int tty_stuffed = 0; in ppp_async_push() local
657 tty_stuffed = 0; in ppp_async_push()
658 if (!tty_stuffed && ap->optr < ap->olim) { in ppp_async_push()
666 tty_stuffed = 1; in ppp_async_push()
689 (!tty_stuffed && ap->tpkt))) in ppp_async_push()