Searched refs:SLF_TOSS (Results 1 – 2 of 2) sorted by relevance
87 comp->flags = SLF_TOSS; in sl_compress_init()470 comp->flags &=~ SLF_TOSS; in sl_uncompress_tcp_core()505 comp->flags &=~ SLF_TOSS; in sl_uncompress_tcp_core()511 if (comp->flags & SLF_TOSS) { in sl_uncompress_tcp_core()588 comp->flags |= SLF_TOSS; in sl_uncompress_tcp_core()
151 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */ macro