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.c80 #define SC_TOSS 1 macro
767 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
854 if (flags && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
862 ap->state |= SC_TOSS; in ppp_async_input()
864 } else if (n > 0 && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
885 ap->state |= SC_TOSS; in ppp_async_input()
900 ap->state |= SC_TOSS; in ppp_async_input()
923 ap->state |= SC_TOSS; in ppp_async_input()