Home
last modified time | relevance | path

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

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