Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_async.c80 #define SC_TOSS 1 macro
777 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
823 /* frame had an error, remember that, reset SC_TOSS & SC_ESCAPE */ in process_input_packet()
865 if (flags && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
873 ap->state |= SC_TOSS; in ppp_async_input()
875 } else if (n > 0 && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
896 ap->state |= SC_TOSS; in ppp_async_input()
911 ap->state |= SC_TOSS; in ppp_async_input()
934 ap->state |= SC_TOSS; in ppp_async_input()
/kernel/linux/linux-6.6/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()
812 /* frame had an error, remember that, reset 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()

Completed in 5 milliseconds