Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/slip/
H A Dslhc.c130 comp->flags |= SLF_TOSS; in slhc_init()
522 comp->flags &=~ SLF_TOSS; in slhc_uncompress()
528 if(comp->flags & SLF_TOSS){ in slhc_uncompress()
689 comp->flags &=~ SLF_TOSS; in slhc_remember()
711 comp->flags |= SLF_TOSS; in slhc_toss()
/openbmc/linux/include/net/
H A Dslhc_vj.h155 #define SLF_TOSS 0x01 /* tossing rcvd frames until id received */ macro