Searched refs:MSG_DONTWAIT (Results 101 - 115 of 115) sorted by relevance

12345

/linux-master/net/sunrpc/
H A Dxprtsock.c775 ret = xs_read_stream(transport, MSG_DONTWAIT);
818 #define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
1422 skb = skb_recv_udp(sk, MSG_DONTWAIT, &err);
/linux-master/net/bluetooth/
H A Dl2cap_core.c2219 msg->msg_flags & MSG_DONTWAIT);
2255 msg->msg_flags & MSG_DONTWAIT);
2286 msg->msg_flags & MSG_DONTWAIT);
2328 msg->msg_flags & MSG_DONTWAIT);
2445 msg->msg_flags & MSG_DONTWAIT);
H A Dhci_sock.c1806 if (flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE | MSG_CMSG_COMPAT))
/linux-master/arch/um/drivers/
H A Dvector_kern.c575 mmsg_vector->msg_hdr.msg_flags = MSG_DONTWAIT;
/linux-master/fs/smb/client/
H A Dtransport.c192 smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL;
/linux-master/net/sctp/
H A Dsocket.c1830 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1884 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
2108 sk_busy_loop(sk, flags & MSG_DONTWAIT);
8994 * only way to honor MSG_DONTWAIT realistically.
9023 timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
/linux-master/fs/
H A Dsplice.c885 msg.msg_flags |= MSG_DONTWAIT;
/linux-master/net/ipv6/
H A Dip6_output.c1643 (flags & MSG_DONTWAIT), &err);
/linux-master/net/netlink/
H A Daf_netlink.c1905 err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags & MSG_DONTWAIT);
/linux-master/net/iucv/
H A Daf_iucv.c913 int noblock = msg->msg_flags & MSG_DONTWAIT;
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c853 rr = drbd_recv_short(*sock, tb, 4, MSG_DONTWAIT | MSG_PEEK);
1223 err = drbd_recv_short(connection->data.socket, buffer, size, MSG_NOSIGNAL|MSG_DONTWAIT);
/linux-master/net/core/
H A Dskbuff.c3238 msg.msg_flags = MSG_DONTWAIT;
3275 .msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT,
/linux-master/net/key/
H A Daf_key.c3718 if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT))
/linux-master/net/ceph/
H A Dmessenger_v2.c78 #define CEPH_MSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
/linux-master/net/smc/
H A Daf_smc.c3290 flags = MSG_DONTWAIT;

Completed in 476 milliseconds

12345