Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ppp/
Dppp_async.c80 #define SC_TOSS 1 macro
771 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
859 if (flags && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
867 ap->state |= SC_TOSS; in ppp_async_input()
869 } else if (n > 0 && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
890 ap->state |= SC_TOSS; in ppp_async_input()
905 ap->state |= SC_TOSS; in ppp_async_input()
928 ap->state |= SC_TOSS; in ppp_async_input()