Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ppp/
Dppp_async.c81 #define SC_ESCAPE 2 macro
772 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
854 if ((ap->state & SC_ESCAPE) && buf[0] == PPP_ESCAPE) in ppp_async_input()
894 if (ap->state & SC_ESCAPE) { in ppp_async_input()
896 ap->state &= ~SC_ESCAPE; in ppp_async_input()
910 ap->state |= SC_ESCAPE; in ppp_async_input()