Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dppp_synctty.c618 int tty_stuffed = 0; in ppp_sync_push() local
625 tty_stuffed = 0; in ppp_sync_push()
626 if (!tty_stuffed && ap->tpkt != 0) { in ppp_sync_push()
632 tty_stuffed = 1; in ppp_sync_push()
644 || (!tty_stuffed && ap->tpkt != 0))) in ppp_sync_push()
Dppp_async.c666 int tty_stuffed = 0; in ppp_async_push() local
683 tty_stuffed = 0; in ppp_async_push()
684 if (!tty_stuffed && ap->optr < ap->olim) { in ppp_async_push()
692 tty_stuffed = 1; in ppp_async_push()
715 || (!tty_stuffed && ap->tpkt != 0))) in ppp_async_push()