RNDIS_MAX_TOTAL_SIZE
*outbuf = cpu_to_le32(RNDIS_MAX_TOTAL_SIZE);
if ((BufLength > RNDIS_MAX_TOTAL_SIZE) ||
(BufOffset > RNDIS_MAX_TOTAL_SIZE) ||
(BufOffset + 8 >= RNDIS_MAX_TOTAL_SIZE))