Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dsocket.h200 #define MSG_BATCH 0x40000 macro
/kernel/linux/linux-5.10/include/linux/
Dsocket.h307 #define MSG_BATCH 0x40000 /* sendmmsg(): more messages coming */ macro
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h306 #define MSG_BATCH 0x40000 /* sendmmsg(): more messages coming */ macro
/kernel/linux/linux-5.10/Documentation/networking/
Dkcm.rst260 except the last have MSG_BATCH in the flags of sendmsg call.
/kernel/linux/linux-5.10/net/kcm/
Dkcmsock.c865 if (flags & MSG_BATCH) { in kcm_sendpage()
1036 if (msg->msg_flags & MSG_BATCH) { in kcm_sendmsg()
/kernel/linux/linux-5.10/net/
Dsocket.c2482 flags |= MSG_BATCH; in __sys_sendmmsg()