Home
last modified time | relevance | path

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

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