Home
last modified time | relevance | path

Searched refs:MSG_BATCH (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Dsocket.h306 #define MSG_BATCH 0x40000 /* sendmmsg(): more messages coming */ macro
/Linux-v5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h306 #define MSG_BATCH 0x40000 /* sendmmsg(): more messages coming */ macro
/Linux-v5.10/Documentation/networking/
Dkcm.rst260 except the last have MSG_BATCH in the flags of sendmsg call.
/Linux-v5.10/net/kcm/
Dkcmsock.c860 if (flags & MSG_BATCH) { in kcm_sendpage()
1031 if (msg->msg_flags & MSG_BATCH) { in kcm_sendmsg()
/Linux-v5.10/net/
Dsocket.c2483 flags |= MSG_BATCH; in __sys_sendmmsg()