Searched refs:SLF_TOSS (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dslcompress.h150 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */ macro
H A Dslcompress.c87 comp->flags = SLF_TOSS;
486 comp->flags &=~ SLF_TOSS;
521 comp->flags &=~ SLF_TOSS;
527 if (comp->flags & SLF_TOSS) {
604 comp->flags |= SLF_TOSS;
/freebsd-10.1-release/usr.sbin/ppp/
H A Dslcompress.h151 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */ macro
H A Dslcompress.c99 comp->flags = SLF_TOSS;
447 comp->flags &= ~SLF_TOSS;
487 comp->flags &= ~SLF_TOSS;
495 if (comp->flags & SLF_TOSS) {
583 comp->flags |= SLF_TOSS;

Completed in 57 milliseconds