KG2_TOK_WRAP
*ptr++ = (unsigned char) ((KG2_TOK_WRAP>>8) & 0xff);
*ptr++ = (unsigned char) (KG2_TOK_WRAP & 0xff);
if (be16_to_cpu(*((__be16 *)ptr)) != KG2_TOK_WRAP)