Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/slip/
Dslhc.c126 comp->flags |= SLF_TOSS; in slhc_init()
509 comp->flags &=~ SLF_TOSS; in slhc_uncompress()
515 if(comp->flags & SLF_TOSS){ in slhc_uncompress()
665 comp->flags &=~ SLF_TOSS; in slhc_remember()
686 comp->flags |= SLF_TOSS; in slhc_toss()
/linux-3.4.99/include/net/
Dslhc_vj.h154 #define SLF_TOSS 0x01 /* tossing rcvd frames until id received */ macro