Searched defs:drem (Results 1 - 1 of 1) sorted by relevance

/net/tipc/
H A Dmsg.c180 int drem = dsz; local
223 if (drem < pktrem)
224 pktrem = drem;
230 drem -= pktrem;
233 if (!drem)
237 if (drem < (pktmax - INT_H_SIZE))
238 pktsz = drem + INT_H_SIZE;

Completed in 166 milliseconds