Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ecryptfs/
Dmiscdev.c186 #define MIN_MSG_PKT_SIZE (PKT_TYPE_SIZE + PKT_CTR_SIZE \ macro
368 } else if (count < MIN_MSG_PKT_SIZE || count > MAX_MSG_PKT_SIZE) { in ecryptfs_miscdev_write()
371 __func__, MIN_MSG_PKT_SIZE, MAX_MSG_PKT_SIZE, count); in ecryptfs_miscdev_write()
406 if (count < (MIN_MSG_PKT_SIZE in ecryptfs_miscdev_write()
412 (MIN_MSG_PKT_SIZE in ecryptfs_miscdev_write()