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

/linux-master/tools/perf/trace/beauty/
H A Dmsg_flags.c8 #ifndef MSG_WAITFORONE
9 #define MSG_WAITFORONE 0x10000 macro
/linux-master/include/linux/
H A Dsocket.h320 #define MSG_WAITFORONE 0x10000 /* recvmmsg(): block until 1+ packets avail */ macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h320 #define MSG_WAITFORONE 0x10000 /* recvmmsg(): block until 1+ packets avail */ macro
/linux-master/net/
H A Dsocket.c2932 &msg_sys, flags & ~MSG_WAITFORONE,
2941 &msg_sys, flags & ~MSG_WAITFORONE,
2953 /* MSG_WAITFORONE turns on MSG_DONTWAIT after one packet */
2954 if (flags & MSG_WAITFORONE)

Completed in 157 milliseconds