Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/slip/
Dslhc.c130 comp->flags |= SLF_TOSS; in slhc_init()
512 comp->flags &=~ SLF_TOSS; in slhc_uncompress()
518 if(comp->flags & SLF_TOSS){ in slhc_uncompress()
668 comp->flags &=~ SLF_TOSS; in slhc_remember()
689 comp->flags |= SLF_TOSS; in slhc_toss()
/linux-4.4.14/include/net/
Dslhc_vj.h154 #define SLF_TOSS 0x01 /* tossing rcvd frames until id received */ macro