Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/ !
Dsla1.c71 ctx->howManyInBlock = 0; in SLA1_Init()
153 leftToFill = sizeof(ctx->SLAblock) - ctx->howManyInBlock; in SLA1_Process()
156 memcpy(&ctx->SLAblock[ctx->howManyInBlock], in SLA1_Process()
158 ctx->howManyInBlock += siz; in SLA1_Process()
163 memcpy(&ctx->SLAblock[ctx->howManyInBlock], in SLA1_Process()
168 ctx->howManyInBlock = 0; in SLA1_Process()
194 if (ctx->howManyInBlock > 55) { in SLA1_Final()
200 leftToFill = sizeof(ctx->SLAblock) - ctx->howManyInBlock; in SLA1_Final()
214 ctx->SLAblock[ctx->howManyInBlock] = 0x80; in SLA1_Final()
219 ctx->SLAblock[ctx->howManyInBlock] = 0x80; in SLA1_Final()
[all …]
/linux-2.4.37.9/include/net/sctp/ !
Dsla1.h52 int howManyInBlock; member