COOKIE_MASK
ctx->attrs.rcv_tsecr &= ~COOKIE_MASK;
ctx->attrs.rcv_tsecr |= hash & COOKIE_MASK;
hash &= ~COOKIE_MASK;
hash -= ctx->attrs.rcv_tsecr & COOKIE_MASK;
hash &= ~COOKIE_MASK;
hash -= cookie & ~COOKIE_MASK;