Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ppp/
Dppp_async.c81 #define SC_ESCAPE 2 macro
773 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
855 if ((ap->state & SC_ESCAPE) && buf[0] == PPP_ESCAPE) in ppp_async_input()
895 if (ap->state & SC_ESCAPE) { in ppp_async_input()
897 ap->state &= ~SC_ESCAPE; in ppp_async_input()
911 ap->state |= SC_ESCAPE; in ppp_async_input()