Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dsla1.c149 int numberLeft, leftToFill; in SLA1_Process() local
153 leftToFill = sizeof(ctx->SLAblock) - ctx->howManyInBlock; in SLA1_Process()
154 if (leftToFill > numberLeft) { in SLA1_Process()
164 ptr, leftToFill); in SLA1_Process()
166 numberLeft -= leftToFill; in SLA1_Process()
167 ctx->runningTotal += leftToFill; in SLA1_Process()
191 int i, leftToFill; in SLA1_Final() local
200 leftToFill = sizeof(ctx->SLAblock) - ctx->howManyInBlock; in SLA1_Final()
201 if (leftToFill == 0) { in SLA1_Final()
213 } else if (leftToFill == 1) { in SLA1_Final()