Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_synctty.c593 int tty_stuffed = 0; in ppp_sync_push() local
599 tty_stuffed = 0; in ppp_sync_push()
600 if (!tty_stuffed && ap->tpkt) { in ppp_sync_push()
606 tty_stuffed = 1; in ppp_sync_push()
618 (!tty_stuffed && ap->tpkt))) in ppp_sync_push()
H A Dppp_async.c652 int tty_stuffed = 0; in ppp_async_push() local
668 tty_stuffed = 0; in ppp_async_push()
669 if (!tty_stuffed && ap->optr < ap->olim) { in ppp_async_push()
677 tty_stuffed = 1; in ppp_async_push()
700 (!tty_stuffed && ap->tpkt))) in ppp_async_push()