Home
last modified time | relevance | path

Searched refs:tty_stuffed (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_synctty.c597 int tty_stuffed = 0; in ppp_sync_push() local
603 tty_stuffed = 0; in ppp_sync_push()
604 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()
610 tty_stuffed = 1; in ppp_sync_push()
622 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()
H A Dppp_async.c656 int tty_stuffed = 0; in ppp_async_push() local
672 tty_stuffed = 0; in ppp_async_push()
673 if (!tty_stuffed && ap->optr < ap->olim) { in ppp_async_push()
681 tty_stuffed = 1; in ppp_async_push()
704 (!tty_stuffed && ap->tpkt))) in ppp_async_push()
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_synctty.c586 int tty_stuffed = 0; in ppp_sync_push() local
592 tty_stuffed = 0; in ppp_sync_push()
593 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()
599 tty_stuffed = 1; in ppp_sync_push()
611 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()
H A Dppp_async.c645 int tty_stuffed = 0; in ppp_async_push() local
661 tty_stuffed = 0; in ppp_async_push()
662 if (!tty_stuffed && ap->optr < ap->olim) { in ppp_async_push()
670 tty_stuffed = 1; in ppp_async_push()
693 (!tty_stuffed && ap->tpkt))) in ppp_async_push()

Completed in 6 milliseconds