Home
last modified time | relevance | path

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

/openbmc/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.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()