Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ppp/
Dppp_synctty.c591 int tty_stuffed = 0; in ppp_sync_push() local
597 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()
Dppp_async.c650 int tty_stuffed = 0; in ppp_async_push() local
666 tty_stuffed = 0; in ppp_async_push()
667 if (!tty_stuffed && ap->optr < ap->olim) { in ppp_async_push()
675 tty_stuffed = 1; in ppp_async_push()
698 (!tty_stuffed && ap->tpkt))) in ppp_async_push()