Searched refs:MSG_DONTWAIT (Results 1 – 10 of 10) sorted by relevance
234 ret = recv(intr_handle.fd, buf, EAL_UEV_MSG_LEN, MSG_DONTWAIT); in dev_uev_handler()
444 #define MSG_DONTWAIT 0x00000080 /* this message should be nonblocking */ macro
1375 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT)1664 (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) {1951 if (m == NULL || (((flags & MSG_DONTWAIT) == 0 &&1998 (flags & (MSG_DONTWAIT|MSG_NBIO))) {2255 if (flags & MSG_DONTWAIT) {2484 ((so->so_state & SS_NBIO) || (flags & (MSG_DONTWAIT|MSG_NBIO)))) {2492 (flags & (MSG_DONTWAIT|MSG_NBIO)) ||2675 (flags & (MSG_DONTWAIT|MSG_NBIO))) {
450 #define MSG_DONTWAIT 0x00000080 /* this message should be nonblocking */ macro
1085 flags = MSG_DONTWAIT; in ng_ksocket_incoming2()
246 if (sendto(pkt_q->sockfd, NULL, 0, MSG_DONTWAIT, NULL, 0) == -1 && in eth_af_packet_tx()
431 0, MSG_DONTWAIT) < 0) { in kick_tx()
1584 flags = MSG_DONTWAIT; in ng_btsocket_rfcomm_session_receive()
5515 if ((in_flags & (MSG_DONTWAIT in sctp_sorecvmsg()
12800 || (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0 in sctp_lower_sosend()