Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/slip/
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()
678 comp->flags &=~ SLF_TOSS; in slhc_remember()
700 comp->flags |= SLF_TOSS; in slhc_toss()
/linux-5.19.10/include/net/
Dslhc_vj.h155 #define SLF_TOSS 0x01 /* tossing rcvd frames until id received */ macro