Home
last modified time | relevance | path

Searched defs:slcompress (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/include/net/
Dslhc_vj.h143 struct slcompress { struct
144 struct cstate *tstate; /* transmit connection states (array)*/
145 struct cstate *rstate; /* receive connection states (array)*/
147 byte_t tslot_limit; /* highest transmit slot id (0-l)*/
148 byte_t rslot_limit; /* highest receive slot id (0-l)*/
172 #define NULLSLCOMPR (struct slcompress *)0 argument