Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dlibceph.h89 #define CEPH_MSG_MAX_MIDDLE_LEN (16*1024*1024) macro
/openbmc/linux/net/ceph/
H A Dmessenger_v1.c1179 if (middle_len > CEPH_MSG_MAX_MIDDLE_LEN) in read_partial_message()
H A Dmessenger_v2.c416 middle_len < 0 || middle_len > CEPH_MSG_MAX_MIDDLE_LEN || in __tail_onwire_len()
542 desc->fd_lens[2] > CEPH_MSG_MAX_MIDDLE_LEN) { in decode_preamble()