Searched refs:MSG_BATCH (Results 1 – 4 of 4) sorted by relevance
290 #define MSG_BATCH 0x40000 /* sendmmsg(): more messages coming */ macro
255 except the last have MSG_BATCH in the flags of sendmsg call.
861 if (flags & MSG_BATCH) { in kcm_sendpage()1032 if (msg->msg_flags & MSG_BATCH) { in kcm_sendmsg()
2197 flags |= MSG_BATCH; in __sys_sendmmsg()