Home
last modified time | relevance | path

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

/linux/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.c646 int tty_stuffed = 0; in ppp_async_push() local
662 tty_stuffed = 0; in ppp_async_push()
663 if (!tty_stuffed && ap->optr < ap->olim) { in ppp_async_push()
671 tty_stuffed = 1; in ppp_async_push()
694 (!tty_stuffed && ap->tpkt))) in ppp_async_push()