Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/slip/
Dslhc.c130 comp->flags |= SLF_TOSS; in slhc_init()
516 comp->flags &=~ SLF_TOSS; in slhc_uncompress()
522 if(comp->flags & SLF_TOSS){ in slhc_uncompress()
672 comp->flags &=~ SLF_TOSS; in slhc_remember()
694 comp->flags |= SLF_TOSS; in slhc_toss()
/Linux-v5.4/include/net/
Dslhc_vj.h155 #define SLF_TOSS 0x01 /* tossing rcvd frames until id received */ macro