Searched refs:msg_ctlmax (Results 1 – 2 of 2) sorted by relevance
37 unsigned int msg_ctlmax; member
494 msginfo->msgmax = ns->msg_ctlmax; in msgctl_info()859 if (msgsz > ns->msg_ctlmax || (long) msgsz < 0 || msqid < 0) in do_msgsnd()1115 copy = prepare_copy(buf, min_t(size_t, bufsz, ns->msg_ctlmax)); in do_msgrcv()1310 ns->msg_ctlmax = MSGMAX; in msg_init_ns()