Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dslhc.c133 comp->flags |= SLF_TOSS; in slhc_init()
516 comp->flags &=~ SLF_TOSS; in slhc_uncompress()
522 if(comp->flags & SLF_TOSS){ in slhc_uncompress()
674 comp->flags &=~ SLF_TOSS; in slhc_remember()
696 comp->flags |= SLF_TOSS; in slhc_toss()
/linux-2.4.37.9/include/net/
Dslhc_vj.h154 #define SLF_TOSS 0x01 /* tossing rcvd frames until id received */ macro