Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dslcompress.c87 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()
H A Dslcompress.h151 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */ macro