Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsocket.h292 #define MSG_BATCH 0x40000 /* sendmmsg(): more messages coming */ macro
/Linux-v5.4/Documentation/networking/
Dkcm.txt255 except the last have MSG_BATCH in the flags of sendmsg call.
/Linux-v5.4/net/kcm/
Dkcmsock.c862 if (flags & MSG_BATCH) { in kcm_sendpage()
1033 if (msg->msg_flags & MSG_BATCH) { in kcm_sendmsg()
/Linux-v5.4/net/
Dsocket.c2399 flags |= MSG_BATCH; in __sys_sendmmsg()