Searched refs:MSG_BATCH (Results 1 – 7 of 7) sorted by relevance
241 MSG_BATCH = 0x40000, /* sendmmsg: more messages coming. */ enumerator242 #define MSG_BATCH MSG_BATCH macro
306 #define MSG_BATCH 0x40000 /* sendmmsg(): more messages coming */ macro
865 if (flags & MSG_BATCH) { in kcm_sendpage()1036 if (msg->msg_flags & MSG_BATCH) { in kcm_sendmsg()
260 except the last have MSG_BATCH in the flags of sendmsg call.
2483 flags |= MSG_BATCH; in __sys_sendmmsg()