Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dslhc_vj.h147 byte_t tslot_limit; /* highest transmit slot id (0-l)*/ member
/linux-6.1.9/drivers/net/slip/
Dslhc.c118 comp->tslot_limit = tslots - 1; in slhc_init()
134 for(i = comp->tslot_limit; i > 0; --i){ in slhc_init()
138 ts[0].next = &(ts[comp->tslot_limit]); in slhc_init()