Searched refs:NBD_REPLY_MAGIC (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/uapi/linux/ | ||
D | nbd.h | 65 #define NBD_REPLY_MAGIC 0x67446698 macro |
/Linux-v6.1/drivers/block/ | ||
D | nbd.c | 713 if (ntohl(reply->magic) != NBD_REPLY_MAGIC) { in nbd_read_reply() |