Home
last modified time | relevance | path

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

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