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