MSG_DONTWAIT 181 fs/cifs/transport.c smb_msg.msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; /* BB add more flags?*/ MSG_DONTWAIT 251 fs/cifs/transport.c smb_msg.msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; /* BB add more flags?*/ MSG_DONTWAIT 586 fs/dlm/lowcomms.c MSG_DONTWAIT | MSG_NOSIGNAL); MSG_DONTWAIT 1254 fs/dlm/lowcomms.c const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; MSG_DONTWAIT 210 fs/ncpfs/sock.c req->tx_totallen, MSG_DONTWAIT); MSG_DONTWAIT 227 fs/ncpfs/sock.c rq->tx_totallen, MSG_NOSIGNAL | MSG_DONTWAIT); MSG_DONTWAIT 392 fs/ncpfs/sock.c result = _recv(sock, &reply, sizeof(reply), MSG_PEEK | MSG_DONTWAIT); MSG_DONTWAIT 405 fs/ncpfs/sock.c result = _recv(sock, buf, sizeof(buf), MSG_DONTWAIT); MSG_DONTWAIT 423 fs/ncpfs/sock.c result = _recv(sock, server->unexpected_packet.data, sizeof(server->unexpected_packet.data), MSG_DONTWAIT); MSG_DONTWAIT 439 fs/ncpfs/sock.c result = _recv(sock, server->rxbuf, req->datalen, MSG_DONTWAIT); MSG_DONTWAIT 467 fs/ncpfs/sock.c _recv(sock, &reply, sizeof(reply), MSG_DONTWAIT); MSG_DONTWAIT 513 fs/ncpfs/sock.c result = _recv(server->ncp_sock, buffer, len, MSG_DONTWAIT); MSG_DONTWAIT 520 fs/ncpfs/sock.c result = _recv(server->ncp_sock, dummy, len, MSG_DONTWAIT); MSG_DONTWAIT 866 fs/ocfs2/cluster/tcp.c .msg_flags = MSG_DONTWAIT, MSG_DONTWAIT 923 fs/ocfs2/cluster/tcp.c size, MSG_DONTWAIT); MSG_DONTWAIT 42 fs/smbfs/sock.c msg.msg_flags |= MSG_DONTWAIT | MSG_NOSIGNAL; MSG_DONTWAIT 279 fs/smbfs/sock.c flags = MSG_DONTWAIT | MSG_NOSIGNAL; MSG_DONTWAIT 325 fs/smbfs/sock.c flags = MSG_DONTWAIT | MSG_NOSIGNAL; MSG_DONTWAIT 360 fs/smbfs/sock.c struct msghdr msg = {.msg_flags = MSG_NOSIGNAL | MSG_DONTWAIT}; MSG_DONTWAIT 617 include/net/netlink.h err = netlink_unicast(sk, skb, pid, MSG_DONTWAIT); MSG_DONTWAIT 1562 net/appletalk/ddp.c if (flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT)) MSG_DONTWAIT 1621 net/appletalk/ddp.c skb = sock_alloc_send_skb(sk, size, (flags & MSG_DONTWAIT), &err); MSG_DONTWAIT 1716 net/appletalk/ddp.c struct sk_buff *skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, MSG_DONTWAIT 1717 net/appletalk/ddp.c flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 478 net/atm/common.c if (flags & ~MSG_DONTWAIT) /* only handle MSG_DONTWAIT */ MSG_DONTWAIT 486 net/atm/common.c skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &error); MSG_DONTWAIT 554 net/atm/common.c if (m->msg_flags & MSG_DONTWAIT) { MSG_DONTWAIT 1438 net/ax25/af_ax25.c if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) MSG_DONTWAIT 1540 net/ax25/af_ax25.c skb = sock_alloc_send_skb(sk, size, msg->msg_flags&MSG_DONTWAIT, &err); MSG_DONTWAIT 1628 net/ax25/af_ax25.c skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, MSG_DONTWAIT 1629 net/ax25/af_ax25.c flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 243 net/bluetooth/af_bluetooth.c int noblock = flags & MSG_DONTWAIT; MSG_DONTWAIT 362 net/bluetooth/hci_sock.c int noblock = flags & MSG_DONTWAIT; MSG_DONTWAIT 409 net/bluetooth/hci_sock.c if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_NOSIGNAL|MSG_ERRQUEUE)) MSG_DONTWAIT 422 net/bluetooth/hci_sock.c if (!(skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err))) MSG_DONTWAIT 1035 net/bluetooth/l2cap.c msg->msg_flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 1060 net/bluetooth/l2cap.c *frag = bt_skb_send_alloc(sk, count, msg->msg_flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 577 net/bluetooth/rfcomm/sock.c msg->msg_flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 652 net/bluetooth/rfcomm/sock.c timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); MSG_DONTWAIT 247 net/bluetooth/sco.c if (!(skb = bt_skb_send_alloc(sk, count, msg->msg_flags & MSG_DONTWAIT, &err))) MSG_DONTWAIT 1487 net/can/bcm.c noblock = flags & MSG_DONTWAIT; MSG_DONTWAIT 1488 net/can/bcm.c flags &= ~MSG_DONTWAIT; MSG_DONTWAIT 642 net/can/raw.c skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, MSG_DONTWAIT 676 net/can/raw.c noblock = flags & MSG_DONTWAIT; MSG_DONTWAIT 677 net/can/raw.c flags &= ~MSG_DONTWAIT; MSG_DONTWAIT 159 net/core/datagram.c timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); MSG_DONTWAIT 205 net/core/datagram.c return __skb_recv_datagram(sk, flags | (noblock ? MSG_DONTWAIT : 0), MSG_DONTWAIT 447 net/core/rtnetlink.c err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT); MSG_DONTWAIT 1860 net/core/sock.c err = sk->sk_prot->recvmsg(iocb, sk, msg, size, flags & MSG_DONTWAIT, MSG_DONTWAIT 1861 net/core/sock.c flags & ~MSG_DONTWAIT, &addr_len); MSG_DONTWAIT 707 net/dccp/proto.c const int noblock = flags & MSG_DONTWAIT; MSG_DONTWAIT 1688 net/decnet/af_decnet.c long timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); MSG_DONTWAIT 1706 net/decnet/af_decnet.c if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) { MSG_DONTWAIT 1748 net/decnet/af_decnet.c if (flags & MSG_DONTWAIT) { MSG_DONTWAIT 1930 net/decnet/af_decnet.c if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) MSG_DONTWAIT 1937 net/decnet/af_decnet.c timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT); MSG_DONTWAIT 2006 net/decnet/af_decnet.c if (flags & MSG_DONTWAIT) { MSG_DONTWAIT 2027 net/decnet/af_decnet.c flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 1199 net/decnet/dn_route.c err = xfrm_lookup(pprt, fl, sk, (flags & MSG_DONTWAIT) ? MSG_DONTWAIT 138 net/econet/af_econet.c skb=skb_recv_datagram(sk,flags,flags&MSG_DONTWAIT,&err); MSG_DONTWAIT 290 net/econet/af_econet.c if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT)) MSG_DONTWAIT 344 net/econet/af_econet.c msg->msg_flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 473 net/econet/af_econet.c msg->msg_flags & MSG_DONTWAIT, MSG_DONTWAIT 876 net/ipv4/fib_frontend.c netlink_unicast(net->ipv4.fibnl, skb, pid, MSG_DONTWAIT); MSG_DONTWAIT 333 net/ipv4/icmp.c ipc, rt, MSG_DONTWAIT) < 0) MSG_DONTWAIT 315 net/ipv4/inet_diag.c MSG_DONTWAIT); MSG_DONTWAIT 735 net/ipv4/ip_output.c (flags & MSG_DONTWAIT), &err); MSG_DONTWAIT 923 net/ipv4/ip_output.c (flags & MSG_DONTWAIT), &err); MSG_DONTWAIT 1394 net/ipv4/ip_output.c &ipc, rt, MSG_DONTWAIT); MSG_DONTWAIT 260 net/ipv4/netfilter/ip_queue.c status = netlink_unicast(ipqnl, nskb, peer_pid, MSG_DONTWAIT); MSG_DONTWAIT 339 net/ipv4/raw.c flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 665 net/ipv4/tcp.c long timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT); MSG_DONTWAIT 831 net/ipv4/tcp.c timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT); MSG_DONTWAIT 838 net/ipv4/udp.c skb = __skb_recv_datagram(sk, flags | (noblock ? MSG_DONTWAIT : 0), MSG_DONTWAIT 493 net/ipv6/icmp.c MSG_DONTWAIT); MSG_DONTWAIT 577 net/ipv6/icmp.c (struct rt6_info*)dst, MSG_DONTWAIT); MSG_DONTWAIT 1063 net/ipv6/ip6_output.c (flags & MSG_DONTWAIT), &err); MSG_DONTWAIT 1275 net/ipv6/ip6_output.c (flags & MSG_DONTWAIT), &err); MSG_DONTWAIT 262 net/ipv6/netfilter/ip6_queue.c status = netlink_unicast(ipqnl, nskb, peer_pid, MSG_DONTWAIT); MSG_DONTWAIT 520 net/ipv6/raw.c err = (flags&MSG_DONTWAIT) ? -EAGAIN : -EHOSTUNREACH; MSG_DONTWAIT 621 net/ipv6/raw.c flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 149 net/ipv6/udp.c skb = __skb_recv_datagram(sk, flags | (noblock ? MSG_DONTWAIT : 0), MSG_DONTWAIT 235 net/ipv6/udp.c if (flags & MSG_DONTWAIT) MSG_DONTWAIT 1705 net/ipx/af_ipx.c if (flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT)) MSG_DONTWAIT 1749 net/ipx/af_ipx.c flags & MSG_DONTWAIT); MSG_DONTWAIT 1791 net/ipx/af_ipx.c skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, MSG_DONTWAIT 1792 net/ipx/af_ipx.c flags & MSG_DONTWAIT, &rc); MSG_DONTWAIT 1262 net/irda/af_irda.c if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_EOR | MSG_CMSG_COMPAT | MSG_DONTWAIT 1292 net/irda/af_irda.c msg->msg_flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 1342 net/irda/af_irda.c skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, MSG_DONTWAIT 1343 net/irda/af_irda.c flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 1385 net/irda/af_irda.c int noblock = flags & MSG_DONTWAIT; MSG_DONTWAIT 1513 net/irda/af_irda.c if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT)) MSG_DONTWAIT 1538 net/irda/af_irda.c msg->msg_flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 1584 net/irda/af_irda.c if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT)) MSG_DONTWAIT 1633 net/irda/af_irda.c msg->msg_flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 637 net/iucv/af_iucv.c msg->msg_flags & MSG_DONTWAIT, MSG_DONTWAIT 763 net/iucv/af_iucv.c int noblock = flags & MSG_DONTWAIT; MSG_DONTWAIT 3563 net/key/af_key.c if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT)) MSG_DONTWAIT 3567 net/key/af_key.c skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 667 net/llc/af_llc.c const int nonblock = flags & MSG_DONTWAIT; MSG_DONTWAIT 832 net/llc/af_llc.c int noblock = flags & MSG_DONTWAIT; MSG_DONTWAIT 684 net/netfilter/ipvs/ip_vs_sync.c struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; MSG_DONTWAIT 869 net/netfilter/nf_conntrack_netlink.c err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).pid, MSG_DONTWAIT); MSG_DONTWAIT 1558 net/netfilter/nf_conntrack_netlink.c return netlink_unicast(ctnl, skb2, NETLINK_CB(skb).pid, MSG_DONTWAIT); MSG_DONTWAIT 325 net/netfilter/nfnetlink_log.c status = nfnetlink_unicast(inst->skb, inst->peer_pid, MSG_DONTWAIT); MSG_DONTWAIT 423 net/netfilter/nfnetlink_queue.c err = nfnetlink_unicast(nskb, queue->peer_pid, MSG_DONTWAIT); MSG_DONTWAIT 1278 net/netlink/af_netlink.c err = netlink_unicast(sk, skb, dst_pid, msg->msg_flags&MSG_DONTWAIT); MSG_DONTWAIT 1292 net/netlink/af_netlink.c int noblock = flags&MSG_DONTWAIT; MSG_DONTWAIT 1663 net/netlink/af_netlink.c netlink_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).pid, MSG_DONTWAIT); MSG_DONTWAIT 1040 net/netrom/af_netrom.c if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) MSG_DONTWAIT 1089 net/netrom/af_netrom.c if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL) MSG_DONTWAIT 1162 net/netrom/af_netrom.c if ((skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, flags & MSG_DONTWAIT, &er)) == NULL) { MSG_DONTWAIT 814 net/packet/af_packet.c msg->msg_flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 1107 net/packet/af_packet.c if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT)) MSG_DONTWAIT 1125 net/packet/af_packet.c skb=skb_recv_datagram(sk,flags,flags&MSG_DONTWAIT,&err); MSG_DONTWAIT 92 net/phonet/datagram.c msg->msg_flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 849 net/phonet/pep.c timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT); MSG_DONTWAIT 893 net/phonet/pep.c flags & MSG_DONTWAIT, &err); MSG_DONTWAIT 1075 net/rose/af_rose.c if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) MSG_DONTWAIT 1125 net/rose/af_rose.c if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL) MSG_DONTWAIT 1253 net/rose/af_rose.c if ((skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, flags & MSG_DONTWAIT, &er)) == NULL) MSG_DONTWAIT 537 net/rxrpc/ar-output.c timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT); MSG_DONTWAIT 572 net/rxrpc/ar-output.c if (msg->msg_flags & MSG_DONTWAIT) MSG_DONTWAIT 597 net/rxrpc/ar-output.c sk, size, msg->msg_flags & MSG_DONTWAIT, &ret); MSG_DONTWAIT 65 net/rxrpc/ar-recvmsg.c timeo = sock_rcvtimeo(&rx->sk, flags & MSG_DONTWAIT); MSG_DONTWAIT 1735 net/sctp/socket.c timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT); MSG_DONTWAIT 694 net/socket.c flags = !(file->f_flags & O_NONBLOCK) ? 0 : MSG_DONTWAIT; MSG_DONTWAIT 745 net/socket.c msg->msg_flags = (file->f_flags & O_NONBLOCK) ? MSG_DONTWAIT : 0; MSG_DONTWAIT 785 net/socket.c msg->msg_flags = (file->f_flags & O_NONBLOCK) ? MSG_DONTWAIT : 0; MSG_DONTWAIT 1714 net/socket.c flags |= MSG_DONTWAIT; MSG_DONTWAIT 1763 net/socket.c flags |= MSG_DONTWAIT; MSG_DONTWAIT 1970 net/socket.c msg_sys.msg_flags |= MSG_DONTWAIT; MSG_DONTWAIT 2056 net/socket.c flags |= MSG_DONTWAIT; MSG_DONTWAIT 316 net/sunrpc/svcsock.c .msg_flags = MSG_DONTWAIT, MSG_DONTWAIT 439 net/sunrpc/svcsock.c .msg_flags = MSG_DONTWAIT, MSG_DONTWAIT 458 net/sunrpc/svcsock.c 0, 0, MSG_PEEK | MSG_DONTWAIT); MSG_DONTWAIT 407 net/sunrpc/xprtsock.c #define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL) MSG_DONTWAIT 587 net/tipc/socket.c if (m->msg_flags & MSG_DONTWAIT) { MSG_DONTWAIT 646 net/tipc/socket.c if (m->msg_flags & MSG_DONTWAIT) { MSG_DONTWAIT 927 net/tipc/socket.c if (flags & MSG_DONTWAIT) { MSG_DONTWAIT 1060 net/tipc/socket.c if (flags & MSG_DONTWAIT) { MSG_DONTWAIT 1364 net/unix/af_unix.c skb = sock_alloc_send_skb(sk, len, msg->msg_flags&MSG_DONTWAIT, &err); MSG_DONTWAIT 1378 net/unix/af_unix.c timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT); MSG_DONTWAIT 1524 net/unix/af_unix.c skb=sock_alloc_send_skb(sk,size,msg->msg_flags&MSG_DONTWAIT, &err); MSG_DONTWAIT 1615 net/unix/af_unix.c int noblock = flags & MSG_DONTWAIT; MSG_DONTWAIT 1751 net/unix/af_unix.c timeo = sock_rcvtimeo(sk, flags&MSG_DONTWAIT); MSG_DONTWAIT 990 net/x25/af_x25.c int noblock = msg->msg_flags & MSG_DONTWAIT; MSG_DONTWAIT 994 net/x25/af_x25.c if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT)) MSG_DONTWAIT 1199 net/x25/af_x25.c skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, MSG_DONTWAIT 1200 net/x25/af_x25.c flags & MSG_DONTWAIT, &rc); MSG_DONTWAIT 56 net/x25/x25_out.c int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT;