Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Dlibceph.h87 #define CEPH_MSG_MAX_CONTROL_LEN (16*1024*1024) macro
/linux-6.1.9/net/ceph/
Dmessenger_v2.c534 if (desc->fd_lens[0] > CEPH_MSG_MAX_CONTROL_LEN) { in decode_preamble()