ctcm_pr_debug
ctcm_pr_debug("%s: ToDCM_pdu_seq= %08x\n",
ctcm_pr_debug("%s: skb:%0lx "
ctcm_pr_debug("%s: up to 32 bytes "
ctcm_pr_debug(" --- %s ---\n",
ctcm_pr_debug(" %s (+%s) : %s [%s]\n",
ctcm_pr_debug(" --- %s ---\n", tdup);
ctcm_pr_debug(" %s (+%s) : %s [%s]\n",
ctcm_pr_debug(" --- %s ---\n", tdup);
ctcm_pr_debug(" %s (+%s) : %s [%s]\n",
ctcm_pr_debug("dump:\n");
ctcm_pr_debug("skb len=%d \n", skb->len);
ctcm_pr_debug("pdu->offset: %d hex: %04x\n",
ctcm_pr_debug("pdu->flag : %02x\n", pheader->pdu_flag);
ctcm_pr_debug("pdu->proto : %02x\n", pheader->pdu_proto);
ctcm_pr_debug("pdu->seq : %02x\n", pheader->pdu_seq);
ctcm_pr_debug("th->seg : %02x\n", header->th_seg);
ctcm_pr_debug("th->ch : %02x\n", header->th_ch_flag);
ctcm_pr_debug("th->blk_flag: %02x\n", header->th_blk_flag);
ctcm_pr_debug("th->type : %s\n",
ctcm_pr_debug("th->seqnum : %04x\n", header->th_seq_num);
ctcm_pr_debug("data: ");
ctcm_pr_debug("%02x%s", *p++, (i % 16) ? " " : "\n");
ctcm_pr_debug("\n");