Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
Dmiscdev.c189 #define MAX_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()