Searched refs:MSG_CTRUNC (Results 1 – 7 of 7) sorted by relevance
175 if (msg.msg_flags & (MSG_TRUNC|MSG_CTRUNC)) { in ngx_read_channel()
441 #define MSG_CTRUNC 0x00000020 /* control data lost before delivery */ macro
447 #define MSG_CTRUNC 0x00000020 /* control data lost before delivery */ macro
133 if (msg.msg_flags & (MSG_TRUNC|MSG_CTRUNC)) { in ngx_event_recvmsg()
130 if (msgh.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) { in read_fd_message()
290 if (msglen != buflen || (msgh.msg_flags & (MSG_TRUNC | MSG_CTRUNC))) { in read_msg()
1044 mp->msg_flags |= MSG_CTRUNC; in kern_recvit()