REMOTE_NDIS_PACKET_MSG
pkt->rm_type = REMOTE_NDIS_PACKET_MSG;
if (__predict_true(hdr->rm_type == REMOTE_NDIS_PACKET_MSG)) {
if (msg.rm_type != REMOTE_NDIS_PACKET_MSG) {
msg.rm_type, REMOTE_NDIS_PACKET_MSG);
msg.rm_type = htole32(REMOTE_NDIS_PACKET_MSG);