Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmsg.h13 #define MSG_NOERROR 010000 /* no error if message is too big */ macro
/Linux-v5.4/ipc/
Dmsg.c1118 if ((bufsz < msg->m_ts) && !(msgflg & MSG_NOERROR)) { in do_msgrcv()
1153 if (msgflg & MSG_NOERROR) in do_msgrcv()