Home
last modified time | relevance | path

Searched refs:NBD_REPLY_MAGIC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnbd.h73 #define NBD_REPLY_MAGIC 0x67446698 macro
/openbmc/linux/drivers/block/
H A Dnbd.c742 if (ntohl(reply->magic) != NBD_REPLY_MAGIC) { in nbd_read_reply()