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

/freebsd-12-stable/sys/net/
H A Dslcompress.h152 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */ macro
H A Dslcompress.c87 comp->flags = SLF_TOSS;
474 comp->flags &=~ SLF_TOSS;
509 comp->flags &=~ SLF_TOSS;
515 if (comp->flags & SLF_TOSS) {
592 comp->flags |= SLF_TOSS;
/freebsd-12-stable/usr.sbin/ppp/
H A Dslcompress.h153 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */ macro
H A Dslcompress.c101 comp->flags = SLF_TOSS;
449 comp->flags &= ~SLF_TOSS;
489 comp->flags &= ~SLF_TOSS;
497 if (comp->flags & SLF_TOSS) {
585 comp->flags |= SLF_TOSS;

Completed in 104 milliseconds