ipc_buffer_max     52 lib/common/ipc.c static unsigned int ipc_buffer_max = 0;
ipc_buffer_max     61 lib/common/ipc.c     if (ipc_buffer_max == 0) {
ipc_buffer_max     62 lib/common/ipc.c         ipc_buffer_max = pick_ipc_buffer(0);
ipc_buffer_max    623 lib/common/ipc.c         max_send_size = ipc_buffer_max;
ipc_buffer_max    772 lib/common/ipc.c     rc = crm_ipc_prepare(request, message, &iov, ipc_buffer_max);