Home
last modified time | relevance | path

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

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