Searched refs:msg_ctlmax (Results 1 – 3 of 3) sorted by relevance
155 .data = &init_ipc_ns.msg_ctlmax,156 .maxlen = sizeof(init_ipc_ns.msg_ctlmax),
491 msginfo->msgmax = ns->msg_ctlmax; in msgctl_info()851 if (msgsz > ns->msg_ctlmax || (long) msgsz < 0 || msqid < 0) in do_msgsnd()1107 copy = prepare_copy(buf, min_t(size_t, bufsz, ns->msg_ctlmax)); in do_msgrcv()1300 ns->msg_ctlmax = MSGMAX; in msg_init_ns()
36 unsigned int msg_ctlmax; member