Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dslcompress.c86 comp->flags = SLF_TOSS; in sl_compress_init()
117 comp->flags = SLF_TOSS; in sl_compress_setup()
492 comp->flags &=~ SLF_TOSS; in sl_uncompress_tcp_core()
531 comp->flags &=~ SLF_TOSS; in sl_uncompress_tcp_core()
539 if (comp->flags & SLF_TOSS) { in sl_uncompress_tcp_core()
617 comp->flags |= SLF_TOSS; in sl_uncompress_tcp_core()
H A Dslcompress.h161 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */ macro