Searched refs:KDP_ACK (Results 1 – 2 of 2) sorted by relevance
50 #define KDP_ACK 4 /* acknowledgement */ macro
1750 if ((opcode64 & 0xFF) == KDP_ACK) { in kdp_send_crashdump_pkt()1759 th->th_opcode = htons(KDP_ACK); in kdp_send_crashdump_pkt()1762 if (ntohs(th->th_opcode) == KDP_ACK && ntohl(th->th_block) == panic_block) { in kdp_send_crashdump_pkt()