Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
H A Dmsg_flags.c8 #ifndef MSG_WAITFORONE
9 #define MSG_WAITFORONE 0x10000 macro
/linux/include/linux/
H A Dsocket.h321 #define MSG_WAITFORONE 0x10000 /* recvmmsg(): block until 1+ packets avail */ macro
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h321 #define MSG_WAITFORONE 0x10000 /* recvmmsg(): block until 1+ packets avail */ macro
/linux/net/
H A Dsocket.c2950 &msg_sys, flags & ~MSG_WAITFORONE, in do_recvmmsg()
2959 &msg_sys, flags & ~MSG_WAITFORONE, in do_recvmmsg()
2971 /* MSG_WAITFORONE turns on MSG_DONTWAIT after one packet */ in do_recvmmsg()
2972 if (flags & MSG_WAITFORONE) in do_recvmmsg()