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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dslhc_vj.h174 struct slcompress *slhc_init(int rslots, int tslots);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslhc.c91 slhc_init(int rslots, int tslots) argument
109 if ( tslots > 0 && tslots < 256 ) {
110 size_t tsize = tslots * sizeof(struct cstate);
114 comp->tslot_limit = tslots - 1;
128 if ( tslots > 0 ) {
736 slhc_init(int rslots, int tslots) argument

Completed in 60 milliseconds