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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dvjcompress.h131 #define VJF_TOSS 1 /* tossing rcvd frames because of input err */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dvjcompress.h131 #define VJF_TOSS 1 /* tossing rcvd frames because of input err */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c111 comp->flags = VJF_TOSS;
429 comp->flags |= VJF_TOSS;
453 comp->flags |= VJF_TOSS;
458 comp->flags &=~ VJF_TOSS;
499 comp->flags &=~ VJF_TOSS;
505 if (comp->flags & VJF_TOSS) {
588 comp->flags |= VJF_TOSS;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dvjcompress.c107 comp->flags = VJF_TOSS;
425 comp->flags |= VJF_TOSS;
449 comp->flags |= VJF_TOSS;
454 comp->flags &=~ VJF_TOSS;
495 comp->flags &=~ VJF_TOSS;
501 if (comp->flags & VJF_TOSS) {
584 comp->flags |= VJF_TOSS;

Completed in 37 milliseconds