Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
H A Dppp_async.c78 #define SC_TOSS 1 macro
765 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
852 if (flags && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
860 ap->state |= SC_TOSS; in ppp_async_input()
862 } else if (n > 0 && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
883 ap->state |= SC_TOSS; in ppp_async_input()
898 ap->state |= SC_TOSS; in ppp_async_input()
921 ap->state |= SC_TOSS; in ppp_async_input()