Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dipc_namespace.h37 unsigned int msg_ctlmax; member
/linux/ipc/
H A Dmsg.c494 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()