Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ppp/
Dppp_async.c84 #define SC_TOSS 1 macro
776 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
864 if (flags && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
872 ap->state |= SC_TOSS; in ppp_async_input()
874 } else if (n > 0 && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
895 ap->state |= SC_TOSS; in ppp_async_input()
910 ap->state |= SC_TOSS; in ppp_async_input()
933 ap->state |= SC_TOSS; in ppp_async_input()