Home
last modified time | relevance | path

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

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