Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ppp/
Dppp_async.c81 #define SC_ESCAPE 2 macro
762 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
843 if ((ap->state & SC_ESCAPE) && buf[0] == PPP_ESCAPE) in ppp_async_input()
883 if (ap->state & SC_ESCAPE) { in ppp_async_input()
885 ap->state &= ~SC_ESCAPE; in ppp_async_input()
899 ap->state |= SC_ESCAPE; in ppp_async_input()