Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dslhc_vj.h148 byte_t rslot_limit; /* highest receive slot id (0-l)*/ member
/linux-6.1.9/drivers/net/slip/
Dslhc.c110 comp->rslot_limit = rslots - 1; in slhc_init()
515 if(x < 0 || x > comp->rslot_limit) in slhc_uncompress()
671 if(index > comp->rslot_limit) { in slhc_remember()