Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/slip/
Dslhc.c92 slhc_init(int rslots, int tslots) in slhc_init() argument
98 if (rslots < 0 || rslots > 255 || tslots < 0 || tslots > 255) in slhc_init()
113 if (tslots > 0) { in slhc_init()
114 size_t tsize = tslots * sizeof(struct cstate); in slhc_init()
118 comp->tslot_limit = tslots - 1; in slhc_init()
132 if ( tslots > 0 ) { in slhc_init()
733 slhc_init(int rslots, int tslots) in slhc_init() argument
/Linux-v5.4/include/net/
Dslhc_vj.h175 struct slcompress *slhc_init(int rslots, int tslots);