Home
last modified time | relevance | path

Searched refs:MSG_WAITFORONE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/trace/beauty/
H A Dmsg_flags.c8 #ifndef MSG_WAITFORONE
9 #define MSG_WAITFORONE 0x10000 macro
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h320 #define MSG_WAITFORONE 0x10000 /* recvmmsg(): block until 1+ packets avail */ macro
/openbmc/linux/include/linux/
H A Dsocket.h320 #define MSG_WAITFORONE 0x10000 /* recvmmsg(): block until 1+ packets avail */ macro
/openbmc/linux/net/
H A Dsocket.c2908 &msg_sys, flags & ~MSG_WAITFORONE, in do_recvmmsg()
2917 &msg_sys, flags & ~MSG_WAITFORONE, in do_recvmmsg()
2930 if (flags & MSG_WAITFORONE) in do_recvmmsg()
/openbmc/qemu/linux-user/
H A Dsyscall.c3354 #ifndef MSG_WAITFORONE
3355 #define MSG_WAITFORONE 0x10000 macro
3382 if (flags & MSG_WAITFORONE) { in do_sendrecvmmsg()