Searched refs:SLF_TOSS (Results 1 – 4 of 4) sorted by relevance
84 comp->flags = SLF_TOSS; in sl_compress_init()467 comp->flags &=~ SLF_TOSS; in sl_uncompress_tcp_core()502 comp->flags &=~ SLF_TOSS; in sl_uncompress_tcp_core()508 if (comp->flags & SLF_TOSS) { in sl_uncompress_tcp_core()585 comp->flags |= SLF_TOSS; in sl_uncompress_tcp_core()
150 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */ macro
97 comp->flags = SLF_TOSS; in sl_compress_init()445 comp->flags &= ~SLF_TOSS; in sl_uncompress_tcp()485 comp->flags &= ~SLF_TOSS; in sl_uncompress_tcp()493 if (comp->flags & SLF_TOSS) { in sl_uncompress_tcp()581 comp->flags |= SLF_TOSS; in sl_uncompress_tcp()
151 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */ macro