Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/trace/beauty/
Dmsg_flags.c11 #ifndef MSG_BATCH
12 #define MSG_BATCH 0x40000 macro
/linux-6.6.21/include/linux/
Dsocket.h322 #define MSG_BATCH 0x40000 /* sendmmsg(): more messages coming */ macro
/linux-6.6.21/tools/perf/trace/beauty/include/linux/
Dsocket.h322 #define MSG_BATCH 0x40000 /* sendmmsg(): more messages coming */ macro
/linux-6.6.21/Documentation/networking/
Dkcm.rst260 except the last have MSG_BATCH in the flags of sendmsg call.
/linux-6.6.21/net/kcm/
Dkcmsock.c902 if (msg->msg_flags & MSG_BATCH) { in kcm_sendmsg()
/linux-6.6.21/net/
Dsocket.c2686 flags |= MSG_BATCH; in __sys_sendmmsg()