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

/linux-master/fs/ecryptfs/
H A 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) {
371 __func__, MIN_MSG_PKT_SIZE, MAX_MSG_PKT_SIZE, count);

Completed in 107 milliseconds