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.c589 int tty_stuffed = 0; in ppp_sync_push() local
595 tty_stuffed = 0; in ppp_sync_push()
596 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()
602 tty_stuffed = 1; in ppp_sync_push()
614 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()
H A Dppp_async.c644 int tty_stuffed = 0; in ppp_async_push() local
660 tty_stuffed = 0; in ppp_async_push()
661 if (!tty_stuffed && ap->optr < ap->olim) { in ppp_async_push()
669 tty_stuffed = 1; in ppp_async_push()
692 (!tty_stuffed && ap->tpkt))) in ppp_async_push()