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