MSG_DONTWAIT      554 arch/um/drivers/vector_kern.c 		mmsg_vector->msg_hdr.msg_flags = MSG_DONTWAIT;
MSG_DONTWAIT      693 crypto/af_alg.c 	if (flags & MSG_DONTWAIT)
MSG_DONTWAIT      751 crypto/af_alg.c 	if (flags & MSG_DONTWAIT)
MSG_DONTWAIT      851 drivers/block/drbd/drbd_receiver.c 	rr = drbd_recv_short(*sock, tb, 4, MSG_DONTWAIT | MSG_PEEK);
MSG_DONTWAIT     1218 drivers/block/drbd/drbd_receiver.c 	err = drbd_recv_short(connection->data.socket, buffer, size, MSG_NOSIGNAL|MSG_DONTWAIT);
MSG_DONTWAIT      997 drivers/crypto/chelsio/chtls/chtls_io.c 	timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1213 drivers/crypto/chelsio/chtls/chtls_io.c 	timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT      267 drivers/infiniband/core/netlink.c 	err = netlink_unicast(rnet->nl_sock, skb, pid, MSG_DONTWAIT);
MSG_DONTWAIT      539 drivers/infiniband/sw/siw/siw_cm.c 		rcvd = ksock_recv(s, (char *)&word, sizeof(word), MSG_DONTWAIT);
MSG_DONTWAIT      567 drivers/infiniband/sw/siw/siw_cm.c 		to_rcv + 4, MSG_DONTWAIT);
MSG_DONTWAIT      389 drivers/infiniband/sw/siw/siw_qp.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR };
MSG_DONTWAIT      329 drivers/infiniband/sw/siw/siw_qp_tx.c 	    flags = MSG_MORE | MSG_DONTWAIT | MSG_SENDPAGE_NOTLAST;
MSG_DONTWAIT      335 drivers/infiniband/sw/siw/siw_qp_tx.c 			flags = MSG_MORE | MSG_DONTWAIT;
MSG_DONTWAIT      430 drivers/infiniband/sw/siw/siw_qp_tx.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR };
MSG_DONTWAIT      440 drivers/infiniband/sw/siw/siw_qp_tx.c 			rv = siw_tx_ctrl(c_tx, s, MSG_DONTWAIT | MSG_MORE);
MSG_DONTWAIT      864 drivers/infiniband/sw/siw/siw_qp_tx.c 			msg_flags = MSG_DONTWAIT;
MSG_DONTWAIT      866 drivers/infiniband/sw/siw/siw_qp_tx.c 			msg_flags = MSG_DONTWAIT | MSG_MORE;
MSG_DONTWAIT      124 drivers/isdn/mISDN/socket.c 	skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      181 drivers/isdn/mISDN/socket.c 	if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE))
MSG_DONTWAIT      993 drivers/net/ppp/pppoe.c 	skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT,
MSG_DONTWAIT      994 drivers/net/ppp/pppoe.c 				flags & MSG_DONTWAIT, &error);
MSG_DONTWAIT     1227 drivers/net/tap.c 			    m->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     1236 drivers/net/tap.c 	if (flags & ~(MSG_DONTWAIT|MSG_TRUNC)) {
MSG_DONTWAIT     1240 drivers/net/tap.c 	ret = tap_do_read(q, &m->msg_iter, flags & MSG_DONTWAIT, skb);
MSG_DONTWAIT     2571 drivers/net/tun.c 			   m->msg_flags & MSG_DONTWAIT,
MSG_DONTWAIT     2591 drivers/net/tun.c 	if (flags & ~(MSG_DONTWAIT|MSG_TRUNC|MSG_ERRQUEUE)) {
MSG_DONTWAIT     2600 drivers/net/tun.c 	ret = tun_do_read(tun, tfile, &m->msg_iter, flags & MSG_DONTWAIT, ptr);
MSG_DONTWAIT      855 drivers/nvme/host/tcp.c 		int ret, flags = MSG_DONTWAIT;
MSG_DONTWAIT      899 drivers/nvme/host/tcp.c 	int flags = MSG_DONTWAIT | (inline_data ? MSG_MORE : MSG_EOR);
MSG_DONTWAIT      942 drivers/nvme/host/tcp.c 			MSG_DONTWAIT | MSG_MORE);
MSG_DONTWAIT      964 drivers/nvme/host/tcp.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR };
MSG_DONTWAIT      503 drivers/nvme/target/tcp.c 			left, MSG_DONTWAIT | MSG_MORE);
MSG_DONTWAIT      526 drivers/nvme/target/tcp.c 		int flags = MSG_DONTWAIT;
MSG_DONTWAIT      574 drivers/nvme/target/tcp.c 	int flags = MSG_DONTWAIT;
MSG_DONTWAIT      603 drivers/nvme/target/tcp.c 	int flags = MSG_DONTWAIT;
MSG_DONTWAIT      628 drivers/nvme/target/tcp.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT };
MSG_DONTWAIT      980 drivers/nvme/target/tcp.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT };
MSG_DONTWAIT     1072 drivers/nvme/target/tcp.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT };
MSG_DONTWAIT     1239 drivers/nvme/target/tcp.c 	c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL;
MSG_DONTWAIT      538 drivers/soc/qcom/qmi_interface.c 						iv.iov_len, MSG_DONTWAIT);
MSG_DONTWAIT      768 drivers/vhost/net.c 		.msg_flags = MSG_DONTWAIT,
MSG_DONTWAIT      857 drivers/vhost/net.c 		.msg_flags = MSG_DONTWAIT,
MSG_DONTWAIT     1106 drivers/vhost/net.c 		.msg_flags = MSG_DONTWAIT,
MSG_DONTWAIT     1175 drivers/vhost/net.c 						 1, MSG_DONTWAIT | MSG_TRUNC);
MSG_DONTWAIT     1189 drivers/vhost/net.c 					 sock_len, MSG_DONTWAIT | MSG_TRUNC);
MSG_DONTWAIT      141 drivers/xen/pvcalls-back.c 	ret = inet_recvmsg(map->sock, &msg, wanted, MSG_DONTWAIT);
MSG_DONTWAIT      186 drivers/xen/pvcalls-back.c 	msg.msg_flags |= MSG_DONTWAIT;
MSG_DONTWAIT      547 drivers/xen/pvcalls-front.c 	if ((flags & MSG_DONTWAIT) && !pvcalls_front_write_todo(map)) {
MSG_DONTWAIT      641 drivers/xen/pvcalls-front.c 	while (!(flags & MSG_DONTWAIT) && !pvcalls_front_read_todo(map)) {
MSG_DONTWAIT      651 drivers/xen/pvcalls-front.c 		ret = (flags & MSG_DONTWAIT) ? -EAGAIN : 0;
MSG_DONTWAIT      217 fs/cifs/transport.c 		smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL;
MSG_DONTWAIT      677 fs/dlm/lowcomms.c 	r = ret = sock_recvmsg(con->sock, &msg, MSG_DONTWAIT | MSG_NOSIGNAL);
MSG_DONTWAIT     1489 fs/dlm/lowcomms.c 	const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL;
MSG_DONTWAIT     1667 fs/io_uring.c  		if (flags & MSG_DONTWAIT)
MSG_DONTWAIT     1670 fs/io_uring.c  			flags |= MSG_DONTWAIT;
MSG_DONTWAIT      904 fs/ocfs2/cluster/tcp.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT, };
MSG_DONTWAIT      906 fs/ocfs2/cluster/tcp.c 	return sock_recvmsg(sock, &msg, MSG_DONTWAIT);
MSG_DONTWAIT      943 fs/ocfs2/cluster/tcp.c 						 size, MSG_DONTWAIT);
MSG_DONTWAIT      985 include/net/netlink.h 	err = netlink_unicast(sk, skb, portid, MSG_DONTWAIT);
MSG_DONTWAIT     1575 net/appletalk/ddp.c 	if (flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT))
MSG_DONTWAIT     1637 net/appletalk/ddp.c 	skb = sock_alloc_send_skb(sk, size, (flags & MSG_DONTWAIT), &err);
MSG_DONTWAIT     1738 net/appletalk/ddp.c 	skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT,
MSG_DONTWAIT     1739 net/appletalk/ddp.c 						flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      534 net/atm/common.c 	if (flags & ~(MSG_DONTWAIT | MSG_PEEK))
MSG_DONTWAIT      543 net/atm/common.c 	skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &error);
MSG_DONTWAIT      606 net/atm/common.c 		if (m->msg_flags & MSG_DONTWAIT) {
MSG_DONTWAIT     1457 net/ax25/af_ax25.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
MSG_DONTWAIT     1555 net/ax25/af_ax25.c 	skb = sock_alloc_send_skb(sk, size, msg->msg_flags&MSG_DONTWAIT, &err);
MSG_DONTWAIT     1631 net/ax25/af_ax25.c 	skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT,
MSG_DONTWAIT     1632 net/ax25/af_ax25.c 				flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      254 net/bluetooth/af_bluetooth.c 	int noblock = flags & MSG_DONTWAIT;
MSG_DONTWAIT      345 net/bluetooth/af_bluetooth.c 	timeo  = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1415 net/bluetooth/hci_sock.c 	int noblock = flags & MSG_DONTWAIT;
MSG_DONTWAIT     1607 net/bluetooth/hci_sock.c 	skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT     1690 net/bluetooth/hci_sock.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_NOSIGNAL|MSG_ERRQUEUE|
MSG_DONTWAIT     1732 net/bluetooth/hci_sock.c 	skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT     2176 net/bluetooth/l2cap_core.c 					   msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     2212 net/bluetooth/l2cap_core.c 				   msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     2243 net/bluetooth/l2cap_core.c 				   msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     2285 net/bluetooth/l2cap_core.c 				   msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     2403 net/bluetooth/l2cap_core.c 				   msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT      589 net/bluetooth/rfcomm/sock.c 				msg->msg_flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      287 net/bluetooth/sco.c 	skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      370 net/caif/caif_socket.c 	timeo = sock_rcvtimeo(sk, flags&MSG_DONTWAIT);
MSG_DONTWAIT      544 net/caif/caif_socket.c 	noblock = msg->msg_flags & MSG_DONTWAIT;
MSG_DONTWAIT      610 net/caif/caif_socket.c 	timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT      633 net/caif/caif_socket.c 					msg->msg_flags&MSG_DONTWAIT,
MSG_DONTWAIT      654 net/caif/caif_socket.c 				msg->msg_flags&MSG_DONTWAIT, timeo);
MSG_DONTWAIT     1603 net/can/bcm.c  	noblock =  flags & MSG_DONTWAIT;
MSG_DONTWAIT     1604 net/can/bcm.c  	flags   &= ~MSG_DONTWAIT;
MSG_DONTWAIT      780 net/can/j1939/socket.c 	if (flags & ~(MSG_DONTWAIT | MSG_ERRQUEUE))
MSG_DONTWAIT      848 net/can/j1939/socket.c 				  msg->msg_flags & MSG_DONTWAIT, &ret);
MSG_DONTWAIT      761 net/can/raw.c  				  msg->msg_flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      804 net/can/raw.c  	noblock =  flags & MSG_DONTWAIT;
MSG_DONTWAIT      805 net/can/raw.c  	flags   &= ~MSG_DONTWAIT;
MSG_DONTWAIT      513 net/ceph/messenger.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
MSG_DONTWAIT      534 net/ceph/messenger.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
MSG_DONTWAIT      552 net/ceph/messenger.c 	struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
MSG_DONTWAIT      574 net/ceph/messenger.c 	int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more;
MSG_DONTWAIT      281 net/core/datagram.c 		sk_busy_loop(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT      300 net/core/datagram.c 	timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT      322 net/core/datagram.c 	return __skb_recv_datagram(sk, flags | (noblock ? MSG_DONTWAIT : 0),
MSG_DONTWAIT      716 net/core/rtnetlink.c 		err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT);
MSG_DONTWAIT     2469 net/core/skbuff.c 		msg.msg_flags = MSG_DONTWAIT;
MSG_DONTWAIT     2504 net/core/skbuff.c 						     slen, MSG_DONTWAIT);
MSG_DONTWAIT     3138 net/core/sock.c 	err = sk->sk_prot->recvmsg(sk, msg, size, flags & MSG_DONTWAIT,
MSG_DONTWAIT     3139 net/core/sock.c 				   flags & ~MSG_DONTWAIT, &addr_len);
MSG_DONTWAIT      756 net/dccp/proto.c 	const int noblock = flags & MSG_DONTWAIT;
MSG_DONTWAIT     1682 net/decnet/af_decnet.c 	long timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1700 net/decnet/af_decnet.c 	if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) {
MSG_DONTWAIT     1742 net/decnet/af_decnet.c 		if (flags & MSG_DONTWAIT) {
MSG_DONTWAIT     1923 net/decnet/af_decnet.c 	if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT))
MSG_DONTWAIT     1930 net/decnet/af_decnet.c 	timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1999 net/decnet/af_decnet.c 			if (flags & MSG_DONTWAIT) {
MSG_DONTWAIT     2020 net/decnet/af_decnet.c 					 flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      279 net/ieee802154/socket.c 				  msg->msg_flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      647 net/ieee802154/socket.c 				  msg->msg_flags & MSG_DONTWAIT,
MSG_DONTWAIT      839 net/ipv4/af_inet.c 			      sk, msg, size, flags & MSG_DONTWAIT,
MSG_DONTWAIT      840 net/ipv4/af_inet.c 			      flags & ~MSG_DONTWAIT, &addr_len);
MSG_DONTWAIT     1388 net/ipv4/fib_frontend.c 	netlink_unicast(net->ipv4.fibnl, skb, portid, MSG_DONTWAIT);
MSG_DONTWAIT      374 net/ipv4/icmp.c 			   ipc, rt, MSG_DONTWAIT) < 0) {
MSG_DONTWAIT      491 net/ipv4/inet_diag.c 			      MSG_DONTWAIT);
MSG_DONTWAIT     1093 net/ipv4/ip_output.c 						(flags & MSG_DONTWAIT), &err);
MSG_DONTWAIT     1709 net/ipv4/ip_output.c 			     len, 0, &ipc, &rt, MSG_DONTWAIT);
MSG_DONTWAIT      372 net/ipv4/raw.c 				  flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      126 net/ipv4/raw_diag.c 			      MSG_DONTWAIT);
MSG_DONTWAIT      971 net/ipv4/tcp.c 	long timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1172 net/ipv4/tcp.c 	flags = (msg->msg_flags & MSG_DONTWAIT) ? O_NONBLOCK : 0;
MSG_DONTWAIT     1222 net/ipv4/tcp.c 	timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT      414 net/ipv4/tcp_bpf.c 	timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     1662 net/ipv4/udp.c 	flags |= noblock ? MSG_DONTWAIT : 0;
MSG_DONTWAIT     1663 net/ipv4/udp.c 	timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1707 net/ipv4/udp.c 			sk_busy_loop(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT       85 net/ipv4/udp_diag.c 			      MSG_DONTWAIT);
MSG_DONTWAIT      593 net/ipv6/af_inet6.c 			      sk, msg, size, flags & MSG_DONTWAIT,
MSG_DONTWAIT      594 net/ipv6/af_inet6.c 			      flags & ~MSG_DONTWAIT, &addr_len);
MSG_DONTWAIT      582 net/ipv6/icmp.c 			    MSG_DONTWAIT)) {
MSG_DONTWAIT      755 net/ipv6/icmp.c 			    (struct rt6_info *)dst, MSG_DONTWAIT)) {
MSG_DONTWAIT     1513 net/ipv6/ip6_output.c 						(flags & MSG_DONTWAIT), &err);
MSG_DONTWAIT      143 net/ipv6/ping.c 			      MSG_DONTWAIT);
MSG_DONTWAIT      535 net/ipv6/raw.c 	err = (flags&MSG_DONTWAIT) ? -EAGAIN : -EHOSTUNREACH;
MSG_DONTWAIT      642 net/ipv6/raw.c 				  flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT     1075 net/iucv/af_iucv.c 	int noblock = msg->msg_flags & MSG_DONTWAIT;
MSG_DONTWAIT     1382 net/iucv/af_iucv.c 	int noblock = flags & MSG_DONTWAIT;
MSG_DONTWAIT      651 net/kcm/kcmsock.c 					      MSG_DONTWAIT);
MSG_DONTWAIT      764 net/kcm/kcmsock.c 	long timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT      906 net/kcm/kcmsock.c 	long timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     1098 net/kcm/kcmsock.c 		if ((flags & MSG_DONTWAIT) || !timeo) {
MSG_DONTWAIT     1126 net/kcm/kcmsock.c 	timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1186 net/kcm/kcmsock.c 	timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     3693 net/key/af_key.c 	if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT))
MSG_DONTWAIT     3696 net/key/af_key.c 	skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      192 net/l2tp/l2tp_ppp.c 	skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT,
MSG_DONTWAIT      193 net/l2tp/l2tp_ppp.c 				flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      732 net/llc/af_llc.c 	const int nonblock = flags & MSG_DONTWAIT;
MSG_DONTWAIT      905 net/llc/af_llc.c 	int noblock = flags & MSG_DONTWAIT;
MSG_DONTWAIT     1585 net/netfilter/ipset/ip_set_core.c 				MSG_DONTWAIT);
MSG_DONTWAIT     1739 net/netfilter/ipset/ip_set_core.c 	ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
MSG_DONTWAIT     1800 net/netfilter/ipset/ip_set_core.c 	ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
MSG_DONTWAIT     1846 net/netfilter/ipset/ip_set_core.c 	ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
MSG_DONTWAIT     1895 net/netfilter/ipset/ip_set_core.c 	ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
MSG_DONTWAIT     1949 net/netfilter/ipset/ip_set_core.c 	ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
MSG_DONTWAIT     1584 net/netfilter/ipvs/ip_vs_sync.c 	struct msghdr	msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL};
MSG_DONTWAIT     1624 net/netfilter/ipvs/ip_vs_sync.c 	len = sock_recvmsg(sock, &msg, MSG_DONTWAIT);
MSG_DONTWAIT     1375 net/netfilter/nf_conntrack_netlink.c 	err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
MSG_DONTWAIT     2335 net/netfilter/nf_conntrack_netlink.c 	err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
MSG_DONTWAIT     3101 net/netfilter/nf_conntrack_netlink.c 	err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
MSG_DONTWAIT     4314 net/netfilter/nf_tables_api.c 	err = nfnetlink_unicast(skb, ctx->net, ctx->portid, MSG_DONTWAIT);
MSG_DONTWAIT      312 net/netfilter/nfnetlink_acct.c 					MSG_DONTWAIT);
MSG_DONTWAIT      676 net/netfilter/nfnetlink_cthelper.c 				      MSG_DONTWAIT);
MSG_DONTWAIT      283 net/netfilter/nfnetlink_cttimeout.c 					MSG_DONTWAIT);
MSG_DONTWAIT      503 net/netfilter/nfnetlink_cttimeout.c 	ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
MSG_DONTWAIT      360 net/netfilter/nfnetlink_log.c 			  MSG_DONTWAIT);
MSG_DONTWAIT      684 net/netfilter/nfnetlink_queue.c 	err = nfnetlink_unicast(nskb, net, queue->peer_portid, MSG_DONTWAIT);
MSG_DONTWAIT      672 net/netfilter/nft_compat.c 				MSG_DONTWAIT);
MSG_DONTWAIT     1918 net/netlink/af_netlink.c 	err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags&MSG_DONTWAIT);
MSG_DONTWAIT     1931 net/netlink/af_netlink.c 	int noblock = flags&MSG_DONTWAIT;
MSG_DONTWAIT     2448 net/netlink/af_netlink.c 	netlink_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).portid, MSG_DONTWAIT);
MSG_DONTWAIT     1021 net/netrom/af_netrom.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
MSG_DONTWAIT     1073 net/netrom/af_netrom.c 	if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL)
MSG_DONTWAIT     1140 net/netrom/af_netrom.c 	if ((skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, flags & MSG_DONTWAIT, &er)) == NULL) {
MSG_DONTWAIT      719 net/nfc/core.c 	skb = sock_alloc_send_skb(sk, total_size, flags & MSG_DONTWAIT, err);
MSG_DONTWAIT      320 net/nfc/llcp_commands.c 	skb = nfc_alloc_send_skb(sock->dev, &sock->sk, MSG_DONTWAIT,
MSG_DONTWAIT      804 net/nfc/llcp_sock.c 	int noblock = flags & MSG_DONTWAIT;
MSG_DONTWAIT      241 net/nfc/rawsock.c 	int noblock = flags & MSG_DONTWAIT;
MSG_DONTWAIT     2629 net/packet/af_packet.c 	bool need_wait = !(msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     2697 net/packet/af_packet.c 				timeo = sock_sndtimeo(&po->sk, msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     2922 net/packet/af_packet.c 			       msg->msg_flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT     3323 net/packet/af_packet.c 	if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT|MSG_ERRQUEUE))
MSG_DONTWAIT     3347 net/packet/af_packet.c 	skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT       79 net/phonet/datagram.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
MSG_DONTWAIT       93 net/phonet/datagram.c 					msg->msg_flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT      122 net/phonet/datagram.c 	if (flags & ~(MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_NOSIGNAL|
MSG_DONTWAIT     1122 net/phonet/pep.c 	if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
MSG_DONTWAIT     1128 net/phonet/pep.c 					flags & MSG_DONTWAIT, &err);
MSG_DONTWAIT     1138 net/phonet/pep.c 	timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1243 net/phonet/pep.c 	if (flags & ~(MSG_OOB|MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_WAITALL|
MSG_DONTWAIT      733 net/qrtr/qrtr.c 	if (msg->msg_flags & ~(MSG_DONTWAIT))
MSG_DONTWAIT      785 net/qrtr/qrtr.c 				  msg->msg_flags & MSG_DONTWAIT, &rc);
MSG_DONTWAIT      836 net/qrtr/qrtr.c 	skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT,
MSG_DONTWAIT      837 net/qrtr/qrtr.c 				flags & MSG_DONTWAIT, &rc);
MSG_DONTWAIT      638 net/rds/recv.c 	int ret = 0, nonblock = msg_flags & MSG_DONTWAIT;
MSG_DONTWAIT     1112 net/rds/send.c 	int nonblock = msg->msg_flags & MSG_DONTWAIT;
MSG_DONTWAIT     1132 net/rds/send.c 	if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_CMSG_COMPAT | MSG_ZEROCOPY)) {
MSG_DONTWAIT       68 net/rds/tcp_send.c 		.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL,
MSG_DONTWAIT      121 net/rds/tcp_send.c 		int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more;
MSG_DONTWAIT     1039 net/rose/af_rose.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
MSG_DONTWAIT     1090 net/rose/af_rose.c 	if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL)
MSG_DONTWAIT     1210 net/rose/af_rose.c 	if ((skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, flags & MSG_DONTWAIT, &er)) == NULL)
MSG_DONTWAIT      457 net/rxrpc/recvmsg.c 	timeo = sock_rcvtimeo(&rx->sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT      516 net/rxrpc/recvmsg.c 		if (flags & MSG_DONTWAIT)
MSG_DONTWAIT      304 net/rxrpc/sendmsg.c 	timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT      338 net/rxrpc/sendmsg.c 				if (msg->msg_flags & MSG_DONTWAIT)
MSG_DONTWAIT      364 net/rxrpc/sendmsg.c 				sk, size, msg->msg_flags & MSG_DONTWAIT, &ret);
MSG_DONTWAIT     1848 net/sched/cls_api.c 		err = netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT);
MSG_DONTWAIT     1887 net/sched/cls_api.c 		err = netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT);
MSG_DONTWAIT     2676 net/sched/cls_api.c 		err = netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT);
MSG_DONTWAIT     2706 net/sched/cls_api.c 		return netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT);
MSG_DONTWAIT      288 net/sctp/diag.c 			      MSG_DONTWAIT);
MSG_DONTWAIT     1835 net/sctp/socket.c 		timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     1885 net/sctp/socket.c 		timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     1932 net/smc/af_smc.c 			flags = MSG_DONTWAIT;
MSG_DONTWAIT      307 net/smc/smc_rx.c 	timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT       83 net/smc/smc_tx.c 	timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT      931 net/socket.c   	flags = (file->f_flags & O_NONBLOCK) ? MSG_DONTWAIT : 0;
MSG_DONTWAIT      959 net/socket.c   		msg.msg_flags = MSG_DONTWAIT;
MSG_DONTWAIT      984 net/socket.c   		msg.msg_flags = MSG_DONTWAIT;
MSG_DONTWAIT     1950 net/socket.c   		flags |= MSG_DONTWAIT;
MSG_DONTWAIT     2008 net/socket.c   		flags |= MSG_DONTWAIT;
MSG_DONTWAIT     2283 net/socket.c   		msg_sys->msg_flags |= MSG_DONTWAIT;
MSG_DONTWAIT     2528 net/socket.c   		flags |= MSG_DONTWAIT;
MSG_DONTWAIT     2697 net/socket.c   			flags |= MSG_DONTWAIT;
MSG_DONTWAIT      338 net/sunrpc/svcsock.c 	len = sock_recvmsg(svsk->sk_sock, &msg, MSG_DONTWAIT);
MSG_DONTWAIT      510 net/sunrpc/svcsock.c 		.msg_flags = MSG_DONTWAIT,
MSG_DONTWAIT      529 net/sunrpc/svcsock.c 			     0, 0, MSG_PEEK | MSG_DONTWAIT);
MSG_DONTWAIT      709 net/sunrpc/xprtsock.c 		ret = xs_read_stream(transport, MSG_DONTWAIT);
MSG_DONTWAIT      750 net/sunrpc/xprtsock.c #define XS_SENDMSG_FLAGS	(MSG_DONTWAIT | MSG_NOSIGNAL)
MSG_DONTWAIT     1302 net/tipc/socket.c 	long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     1445 net/tipc/socket.c 	long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     1760 net/tipc/socket.c 	timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1870 net/tipc/socket.c 	timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     2434 net/tipc/socket.c 			m.msg_flags = MSG_DONTWAIT;
MSG_DONTWAIT      269 net/tipc/topsrv.c 		msg.msg_flags = MSG_DONTWAIT;
MSG_DONTWAIT      398 net/tipc/topsrv.c 	ret = sock_recvmsg(con->sock, &msg, MSG_DONTWAIT);
MSG_DONTWAIT      419 net/tls/tls_device.c 	    ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST))
MSG_DONTWAIT      428 net/tls/tls_device.c 	timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT      657 net/tls/tls_device.c 					MSG_DONTWAIT | MSG_NOSIGNAL |
MSG_DONTWAIT      914 net/tls/tls_sw.c 	long timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT      935 net/tls/tls_sw.c 	if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL))
MSG_DONTWAIT     1138 net/tls/tls_sw.c 	long timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1254 net/tls/tls_sw.c 	if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
MSG_DONTWAIT     1268 net/tls/tls_sw.c 	if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
MSG_DONTWAIT     1300 net/tls/tls_sw.c 		if ((flags & MSG_DONTWAIT) || !timeo) {
MSG_DONTWAIT     1766 net/tls/tls_sw.c 	timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1966 net/tls/tls_sw.c 	timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1638 net/unix/af_unix.c 				   msg->msg_flags & MSG_DONTWAIT, &err,
MSG_DONTWAIT     1654 net/unix/af_unix.c 	timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     1835 net/unix/af_unix.c 					   msg->msg_flags & MSG_DONTWAIT, &err,
MSG_DONTWAIT     1907 net/unix/af_unix.c 		newskb = sock_alloc_send_pskb(sk, 0, 0, flags & MSG_DONTWAIT,
MSG_DONTWAIT     1918 net/unix/af_unix.c 		err = flags & MSG_DONTWAIT ? -EAGAIN : -ERESTARTSYS;
MSG_DONTWAIT     2057 net/unix/af_unix.c 	timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     2213 net/unix/af_unix.c 	int noblock = flags & MSG_DONTWAIT;
MSG_DONTWAIT     2452 net/unix/af_unix.c 		state.flags = MSG_DONTWAIT;
MSG_DONTWAIT      299 net/unix/diag.c 			      MSG_DONTWAIT);
MSG_DONTWAIT     1563 net/vmw_vsock/af_vsock.c 	timeout = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT     1722 net/vmw_vsock/af_vsock.c 	timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
MSG_DONTWAIT     1755 net/vmw_vsock/vmci_transport.c 	noblock = flags & MSG_DONTWAIT;
MSG_DONTWAIT     1099 net/x25/af_x25.c 	int noblock = msg->msg_flags & MSG_DONTWAIT;
MSG_DONTWAIT     1104 net/x25/af_x25.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT))
MSG_DONTWAIT     1317 net/x25/af_x25.c 		skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT,
MSG_DONTWAIT     1318 net/x25/af_x25.c 					flags & MSG_DONTWAIT, &rc);
MSG_DONTWAIT       52 net/x25/x25_out.c 	int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT;
MSG_DONTWAIT      419 net/xdp/xsk.c  	bool need_wait = !(m->msg_flags & MSG_DONTWAIT);
MSG_DONTWAIT      480 samples/bpf/xdpsock_user.c 	ret = sendto(xsk_socket__fd(xsk->xsk), NULL, 0, MSG_DONTWAIT, NULL, 0);
MSG_DONTWAIT      150 tools/testing/selftests/android/ion/ipcsocket.c 		ret = sendmsg(sockfd, &msgh, MSG_DONTWAIT);
MSG_DONTWAIT      202 tools/testing/selftests/android/ion/ipcsocket.c 		ret = recvmsg(sockfd, &msgh, MSG_DONTWAIT);
MSG_DONTWAIT      498 tools/testing/selftests/bpf/test_flow_dissector.c 		ret = recv(fd, &rbuf, 1, MSG_DONTWAIT);
MSG_DONTWAIT      406 tools/testing/selftests/bpf/test_select_reuseport.c 		nread = recv(new_fd, &rcv_cmd, sizeof(rcv_cmd), MSG_DONTWAIT);
MSG_DONTWAIT      414 tools/testing/selftests/bpf/test_select_reuseport.c 		nread = recv(srv_fd, &rcv_cmd, sizeof(rcv_cmd), MSG_DONTWAIT);
MSG_DONTWAIT      194 tools/testing/selftests/net/msg_zerocopy.c 	flags = MSG_DONTWAIT;
MSG_DONTWAIT      372 tools/testing/selftests/net/msg_zerocopy.c 	if (recvmsg(fd, &msg, MSG_DONTWAIT))
MSG_DONTWAIT      610 tools/testing/selftests/net/msg_zerocopy.c 	ret = recv(fd, NULL, 1 << 21, MSG_TRUNC | MSG_DONTWAIT);
MSG_DONTWAIT      629 tools/testing/selftests/net/msg_zerocopy.c 	ret = recv(fd, buf, sizeof(buf), MSG_DONTWAIT | MSG_TRUNC);
MSG_DONTWAIT      231 tools/testing/selftests/net/tls.c 	EXPECT_EQ(recv(self->cfd, buf, send_len, MSG_DONTWAIT), -1);
MSG_DONTWAIT      245 tools/testing/selftests/net/tls.c 	EXPECT_EQ(recv(self->cfd, buf, send_len, MSG_DONTWAIT), -1);
MSG_DONTWAIT      597 tools/testing/selftests/net/tls.c 	EXPECT_EQ(recv(self->cfd, buf, sizeof(buf), MSG_DONTWAIT), -1);
MSG_DONTWAIT      497 tools/testing/selftests/net/udpgso.c 	if (ret == -1 && errno == EAGAIN && (flags & MSG_DONTWAIT))
MSG_DONTWAIT      552 tools/testing/selftests/net/udpgso.c 	ret = recv_one(fdr, MSG_DONTWAIT);
MSG_DONTWAIT      168 tools/testing/selftests/net/udpgso_bench_rx.c 		ret = recv(fd, NULL, 1 << 21, MSG_TRUNC | MSG_DONTWAIT);
MSG_DONTWAIT      231 tools/testing/selftests/net/udpgso_bench_rx.c 	ret = recvmsg(fd, &msg, MSG_TRUNC | MSG_DONTWAIT);
MSG_DONTWAIT      256 tools/testing/selftests/net/udpgso_bench_rx.c 			ret = recv(fd, rbuf, len, MSG_TRUNC | MSG_DONTWAIT);
MSG_DONTWAIT      282 tools/testing/selftests/networking/timestamping/timestamping.c 	res = recvmsg(sock, &msg, recvmsg_flags|MSG_DONTWAIT);