Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ppp/
H A Dppp_async.c80 #define SC_TOSS 1 macro
766 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
853 if (flags && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
861 ap->state |= SC_TOSS; in ppp_async_input()
863 } else if (n > 0 && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
884 ap->state |= SC_TOSS; in ppp_async_input()
899 ap->state |= SC_TOSS; in ppp_async_input()
922 ap->state |= SC_TOSS; in ppp_async_input()