/linux-4.1.27/net/phonet/ |
D | datagram.c | 92 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg() 106 msg->msg_flags & MSG_DONTWAIT, &err); in pn_sendmsg() 135 if (flags & ~(MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_NOSIGNAL| in pn_recvmsg()
|
D | pep.c | 1132 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg() 1138 flags & MSG_DONTWAIT, &err); in pep_sendmsg() 1148 timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT); in pep_sendmsg() 1254 if (flags & ~(MSG_OOB|MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_WAITALL| in pep_recvmsg()
|
/linux-4.1.27/fs/ncpfs/ |
D | sock.c | 212 req->tx_totallen, MSG_DONTWAIT); in ncpdgram_send() 229 rq->tx_totallen, MSG_NOSIGNAL | MSG_DONTWAIT); in __ncptcp_try_send() 394 result = _recv(sock, &reply, sizeof(reply), MSG_PEEK | MSG_DONTWAIT); in ncpdgram_rcv_proc() 407 result = _recv(sock, buf, sizeof(buf), MSG_DONTWAIT); in ncpdgram_rcv_proc() 425 … _recv(sock, server->unexpected_packet.data, sizeof(server->unexpected_packet.data), MSG_DONTWAIT); in ncpdgram_rcv_proc() 441 result = _recv(sock, server->rxbuf, req->datalen, MSG_DONTWAIT); in ncpdgram_rcv_proc() 469 _recv(sock, &reply, sizeof(reply), MSG_DONTWAIT); in ncpdgram_rcv_proc() 515 result = _recv(server->ncp_sock, buffer, len, MSG_DONTWAIT); in do_tcp_rcv() 522 result = _recv(server->ncp_sock, dummy, len, MSG_DONTWAIT); in do_tcp_rcv()
|
/linux-4.1.27/net/rds/ |
D | tcp_send.c | 73 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL, in rds_tcp_sendmsg() 124 MSG_DONTWAIT|MSG_NOSIGNAL); in rds_tcp_xmit()
|
D | send.c | 963 int nonblock = msg->msg_flags & MSG_DONTWAIT; in rds_sendmsg() 968 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_CMSG_COMPAT)) { in rds_sendmsg()
|
D | recv.c | 404 int ret = 0, nonblock = msg_flags & MSG_DONTWAIT; in rds_recvmsg()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_lib-linux.c | 102 struct msghdr msg = {.msg_flags = MSG_DONTWAIT}; in ksocknal_lib_send_iov() 138 int msgflg = MSG_DONTWAIT; in ksocknal_lib_send_kiov() 166 struct msghdr msg = {.msg_flags = MSG_DONTWAIT}; in ksocknal_lib_send_kiov() 235 scratchiov, niov, nob, MSG_DONTWAIT); in ksocknal_lib_recv_iov() 354 (struct kvec *)scratchiov, n, nob, MSG_DONTWAIT); in ksocknal_lib_recv_kiov()
|
/linux-4.1.27/net/irda/ |
D | af_irda.c | 1278 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_EOR | MSG_CMSG_COMPAT | in irda_sendmsg() 1317 msg->msg_flags & MSG_DONTWAIT, &err); in irda_sendmsg() 1367 skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, in irda_recvmsg_dgram() 1368 flags & MSG_DONTWAIT, &err); in irda_recvmsg_dgram() 1410 int noblock = flags & MSG_DONTWAIT; in irda_recvmsg_stream() 1536 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT)) in irda_sendmsg_dgram() 1564 msg->msg_flags & MSG_DONTWAIT, &err); in irda_sendmsg_dgram() 1618 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT)) in irda_sendmsg_ultra() 1673 msg->msg_flags & MSG_DONTWAIT, &err); in irda_sendmsg_ultra()
|
/linux-4.1.27/net/caif/ |
D | caif_socket.c | 373 timeo = sock_rcvtimeo(sk, flags&MSG_DONTWAIT); in caif_stream_recvmsg() 547 noblock = msg->msg_flags & MSG_DONTWAIT; in caif_seqpkt_sendmsg() 613 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT); in caif_stream_sendmsg() 636 msg->msg_flags&MSG_DONTWAIT, in caif_stream_sendmsg() 657 msg->msg_flags&MSG_DONTWAIT, timeo); in caif_stream_sendmsg()
|
/linux-4.1.27/net/core/ |
D | datagram.c | 209 timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); in __skb_recv_datagram() 248 sk_busy_loop(sk, flags & MSG_DONTWAIT)) in __skb_recv_datagram() 273 return __skb_recv_datagram(sk, flags | (noblock ? MSG_DONTWAIT : 0), in skb_recv_datagram()
|
D | sock.c | 2559 err = sk->sk_prot->recvmsg(sk, msg, size, flags & MSG_DONTWAIT, in sock_common_recvmsg() 2560 flags & ~MSG_DONTWAIT, &addr_len); in sock_common_recvmsg()
|
D | rtnetlink.c | 629 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT); in rtnetlink_send()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-output.c | 531 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT); in rxrpc_send_data() 554 if (msg->msg_flags & MSG_DONTWAIT) in rxrpc_send_data() 579 sk, size, msg->msg_flags & MSG_DONTWAIT, &ret); in rxrpc_send_data()
|
D | ar-recvmsg.c | 66 timeo = sock_rcvtimeo(&rx->sk, flags & MSG_DONTWAIT); in rxrpc_recvmsg()
|
/linux-4.1.27/net/can/ |
D | raw.c | 746 msg->msg_flags & MSG_DONTWAIT, &err); in raw_sendmsg() 789 noblock = flags & MSG_DONTWAIT; in raw_recvmsg() 790 flags &= ~MSG_DONTWAIT; in raw_recvmsg()
|
D | bcm.c | 1548 noblock = flags & MSG_DONTWAIT; in bcm_recvmsg() 1549 flags &= ~MSG_DONTWAIT; in bcm_recvmsg()
|
/linux-4.1.27/net/x25/ |
D | x25_out.c | 57 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output()
|
D | af_x25.c | 1088 int noblock = msg->msg_flags & MSG_DONTWAIT; in x25_sendmsg() 1093 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT)) in x25_sendmsg() 1306 skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, in x25_recvmsg() 1307 flags & MSG_DONTWAIT, &rc); in x25_recvmsg()
|
/linux-4.1.27/drivers/vhost/ |
D | net.c | 304 .msg_flags = MSG_DONTWAIT, in handle_tx() 529 .msg_flags = MSG_DONTWAIT, in handle_rx() 570 1, MSG_DONTWAIT | MSG_TRUNC); in handle_rx() 596 sock_len, MSG_DONTWAIT | MSG_TRUNC); in handle_rx()
|
/linux-4.1.27/net/decnet/ |
D | af_decnet.c | 1687 long timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); in dn_recvmsg() 1705 if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) { in dn_recvmsg() 1747 if (flags & MSG_DONTWAIT) { in dn_recvmsg() 1928 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg() 1935 timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT); in dn_sendmsg() 2004 if (flags & MSG_DONTWAIT) { in dn_sendmsg() 2025 flags & MSG_DONTWAIT, &err); in dn_sendmsg()
|
/linux-4.1.27/net/netfilter/ |
D | nfnetlink_cttimeout.c | 284 MSG_DONTWAIT); in cttimeout_get_timeout() 473 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in cttimeout_default_get()
|
D | nfnetlink_acct.c | 307 MSG_DONTWAIT); in nfnl_acct_get()
|
D | nfnetlink_cthelper.c | 562 MSG_DONTWAIT); in nfnl_cthelper_get()
|
D | nft_compat.c | 584 MSG_DONTWAIT); in nfnl_compat_get()
|
D | nf_conntrack_netlink.c | 1171 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ctnetlink_get_conntrack() 2028 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ctnetlink_stat_ct() 2711 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ctnetlink_get_expect()
|
D | nfnetlink_log.c | 365 MSG_DONTWAIT); in __nfulnl_send()
|
D | nfnetlink_queue_core.c | 547 err = nfnetlink_unicast(nskb, net, queue->peer_portid, MSG_DONTWAIT); in __nfqnl_enqueue_packet()
|
/linux-4.1.27/net/tipc/ |
D | server.c | 265 MSG_DONTWAIT); in tipc_receive_from_sock() 501 msg.msg_flags = MSG_DONTWAIT; in tipc_send_to_sock()
|
D | socket.c | 890 timeo = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT); in __tipc_sendmsg() 1036 timeo = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT); in __tipc_send_stream() 1296 timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); in tipc_recvmsg() 1393 timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); in tipc_recv_stream() 1886 m.msg_flags = MSG_DONTWAIT; in tipc_connect()
|
/linux-4.1.27/net/netrom/ |
D | af_netrom.c | 1037 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in nr_sendmsg() 1089 if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL) in nr_sendmsg() 1156 if ((skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, flags & MSG_DONTWAIT, &er)) == NULL) { in nr_recvmsg()
|
/linux-4.1.27/net/ipv4/ |
D | udp_diag.c | 85 MSG_DONTWAIT); in udp_dump_one()
|
D | ip_output.c | 804 (flags & MSG_DONTWAIT), &err); in ip_ufo_append_data() 963 (flags & MSG_DONTWAIT), &err); in __ip_append_data() 1564 len, 0, &ipc, &rt, MSG_DONTWAIT); in ip_send_unicast_reply()
|
D | af_inet.c | 766 err = sk->sk_prot->recvmsg(sk, msg, size, flags & MSG_DONTWAIT, in inet_recvmsg() 767 flags & ~MSG_DONTWAIT, &addr_len); in inet_recvmsg()
|
D | tcp.c | 881 long timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT); in do_tcp_sendpages() 1060 flags = (msg->msg_flags & MSG_DONTWAIT) ? O_NONBLOCK : 0; in tcp_sendmsg_fastopen() 1088 timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT); in tcp_sendmsg()
|
D | icmp.c | 363 ipc, rt, MSG_DONTWAIT) < 0) { in icmp_push_reply()
|
D | raw.c | 364 flags & MSG_DONTWAIT, &err); in raw_send_hdrinc()
|
D | inet_diag.c | 400 MSG_DONTWAIT); in inet_diag_dump_one_icsk()
|
D | fib_frontend.c | 1043 netlink_unicast(net->ipv4.fibnl, skb, portid, MSG_DONTWAIT); in nl_fib_input()
|
D | udp.c | 1273 skb = __skb_recv_datagram(sk, flags | (noblock ? MSG_DONTWAIT : 0), in udp_recvmsg()
|
/linux-4.1.27/include/linux/ |
D | socket.h | 265 #define MSG_DONTWAIT 0x40 /* Nonblocking io */ macro
|
/linux-4.1.27/net/bluetooth/ |
D | af_bluetooth.c | 216 int noblock = flags & MSG_DONTWAIT; in bt_sock_recvmsg() 302 timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); in bt_sock_stream_recvmsg()
|
D | hci_sock.c | 924 int noblock = flags & MSG_DONTWAIT; in hci_sock_recvmsg() 1094 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_NOSIGNAL|MSG_ERRQUEUE)) in hci_sock_sendmsg() 1132 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in hci_sock_sendmsg()
|
D | sco.c | 284 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in sco_send_frame()
|
D | l2cap_core.c | 2137 msg->msg_flags & MSG_DONTWAIT); in l2cap_skbuff_fromiovec() 2173 msg->msg_flags & MSG_DONTWAIT); in l2cap_create_connless_pdu() 2204 msg->msg_flags & MSG_DONTWAIT); in l2cap_create_basic_pdu() 2246 msg->msg_flags & MSG_DONTWAIT); in l2cap_create_iframe_pdu() 2364 msg->msg_flags & MSG_DONTWAIT); in l2cap_create_le_flowctl_pdu()
|
/linux-4.1.27/net/atm/ |
D | common.c | 538 if (flags & ~(MSG_DONTWAIT | MSG_PEEK)) in vcc_recvmsg() 547 skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &error); in vcc_recvmsg() 610 if (m->msg_flags & MSG_DONTWAIT) { in vcc_sendmsg()
|
/linux-4.1.27/net/rose/ |
D | af_rose.c | 1060 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in rose_sendmsg() 1111 if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL) in rose_sendmsg() 1231 if ((skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, flags & MSG_DONTWAIT, &er)) == NULL) in rose_recvmsg()
|
/linux-4.1.27/net/ipv6/ |
D | ping.c | 176 MSG_DONTWAIT, np->dontfrag); in ping_v6_sendmsg()
|
D | icmp.c | 523 MSG_DONTWAIT, np->dontfrag); in icmp6_send() 612 (struct rt6_info *)dst, MSG_DONTWAIT, in icmpv6_echo_reply()
|
D | raw.c | 532 err = (flags&MSG_DONTWAIT) ? -EAGAIN : -EHOSTUNREACH; in rawv6_recvmsg() 632 flags & MSG_DONTWAIT, &err); in rawv6_send_hdrinc()
|
D | ip6_output.c | 1085 (flags & MSG_DONTWAIT), &err); in ip6_ufo_append_data() 1414 (flags & MSG_DONTWAIT), &err); in __ip6_append_data()
|
D | udp.c | 412 skb = __skb_recv_datagram(sk, flags | (noblock ? MSG_DONTWAIT : 0), in udpv6_recvmsg()
|
/linux-4.1.27/net/ |
D | socket.c | 764 flags = (file->f_flags & O_NONBLOCK) ? MSG_DONTWAIT : 0; in sock_sendpage() 792 msg.msg_flags = MSG_DONTWAIT; in sock_read_iter() 817 msg.msg_flags = MSG_DONTWAIT; in sock_write_iter() 1658 flags |= MSG_DONTWAIT; in SYSCALL_DEFINE6() 1710 flags |= MSG_DONTWAIT; in SYSCALL_DEFINE6() 1942 msg_sys->msg_flags |= MSG_DONTWAIT; in ___sys_sendmsg() 2107 flags |= MSG_DONTWAIT; in ___sys_recvmsg() 2230 flags |= MSG_DONTWAIT; in __sys_recvmmsg()
|
/linux-4.1.27/net/nfc/ |
D | llcp_commands.c | 328 skb = nfc_alloc_send_skb(sock->dev, &sock->sk, MSG_DONTWAIT, in llcp_allocate_pdu() 753 pdu = nfc_alloc_send_skb(sock->dev, &sock->sk, MSG_DONTWAIT, in nfc_llcp_send_ui_frame()
|
D | rawsock.c | 253 int noblock = flags & MSG_DONTWAIT; in rawsock_recvmsg()
|
D | core.c | 731 skb = sock_alloc_send_skb(sk, total_size, flags & MSG_DONTWAIT, err); in nfc_alloc_send_skb()
|
D | llcp_sock.c | 799 int noblock = flags & MSG_DONTWAIT; in llcp_sock_recvmsg()
|
/linux-4.1.27/net/appletalk/ |
D | ddp.c | 1577 if (flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT)) in atalk_sendmsg() 1639 skb = sock_alloc_send_skb(sk, size, (flags & MSG_DONTWAIT), &err); in atalk_sendmsg() 1740 skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, in atalk_recvmsg() 1741 flags & MSG_DONTWAIT, &err); in atalk_recvmsg()
|
/linux-4.1.27/drivers/net/ |
D | macvtap.c | 1135 return macvtap_get_user(q, m, &m->msg_iter, m->msg_flags & MSG_DONTWAIT); in macvtap_sendmsg() 1143 if (flags & ~(MSG_DONTWAIT|MSG_TRUNC)) in macvtap_recvmsg() 1145 ret = macvtap_do_read(q, &m->msg_iter, flags & MSG_DONTWAIT); in macvtap_recvmsg()
|
D | tun.c | 1364 skb = __skb_recv_datagram(tfile->socket.sk, noblock ? MSG_DONTWAIT : 0, in tun_do_read() 1461 m->msg_flags & MSG_DONTWAIT); in tun_sendmsg() 1476 if (flags & ~(MSG_DONTWAIT|MSG_TRUNC|MSG_ERRQUEUE)) { in tun_recvmsg() 1485 ret = tun_do_read(tun, tfile, &m->msg_iter, flags & MSG_DONTWAIT); in tun_recvmsg()
|
/linux-4.1.27/net/unix/ |
D | diag.c | 283 MSG_DONTWAIT); in unix_diag_get_exact()
|
D | af_unix.c | 1631 msg->msg_flags & MSG_DONTWAIT, &err, in unix_dgram_sendmsg() 1649 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT); in unix_dgram_sendmsg() 1833 msg->msg_flags & MSG_DONTWAIT, &err, in unix_stream_sendmsg() 1933 int noblock = flags & MSG_DONTWAIT; in unix_dgram_recvmsg() 2072 int noblock = flags & MSG_DONTWAIT; in unix_stream_recvmsg()
|
/linux-4.1.27/net/ipx/ |
D | af_ipx.c | 1704 if (flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT)) in ipx_sendmsg() 1747 rc = ipxrtr_route_packet(sk, usipx, msg, len, flags & MSG_DONTWAIT); in ipx_sendmsg() 1794 skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, in ipx_recvmsg() 1795 flags & MSG_DONTWAIT, &rc); in ipx_recvmsg()
|
/linux-4.1.27/net/ax25/ |
D | af_ax25.c | 1449 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT)) in ax25_sendmsg() 1547 skb = sock_alloc_send_skb(sk, size, msg->msg_flags&MSG_DONTWAIT, &err); in ax25_sendmsg() 1623 skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, in ax25_recvmsg() 1624 flags & MSG_DONTWAIT, &err); in ax25_recvmsg()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | socket.c | 133 skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err); in mISDN_sock_recvmsg() 190 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
|
/linux-4.1.27/Documentation/networking/timestamping/ |
D | timestamping.c | 301 res = recvmsg(sock, &msg, recvmsg_flags|MSG_DONTWAIT); in recvpacket()
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_core.c | 1450 netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in call_ad() 1639 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ip_set_header() 1700 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ip_set_type() 1744 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ip_set_protocol()
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 751 if (!(msg->msg_flags & MSG_DONTWAIT) && in netlink_mmap_sendmsg() 792 msg->msg_flags & MSG_DONTWAIT); in netlink_mmap_sendmsg() 798 (!(msg->msg_flags & MSG_DONTWAIT) && in netlink_mmap_sendmsg() 2408 err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags&MSG_DONTWAIT); in netlink_sendmsg() 2421 int noblock = flags&MSG_DONTWAIT; in netlink_recvmsg() 2881 netlink_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).portid, MSG_DONTWAIT); in netlink_ack()
|
/linux-4.1.27/net/sunrpc/ |
D | svcsock.c | 323 .msg_flags = MSG_DONTWAIT, in svc_recvfrom() 552 .msg_flags = MSG_DONTWAIT, in svc_udp_recvfrom() 573 0, 0, MSG_PEEK | MSG_DONTWAIT); in svc_udp_recvfrom()
|
D | xprtsock.c | 324 #define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
|
/linux-4.1.27/drivers/net/ppp/ |
D | pppoe.c | 1006 skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, in pppoe_recvmsg() 1007 flags & MSG_DONTWAIT, &error); in pppoe_recvmsg()
|
/linux-4.1.27/crypto/ |
D | algif_skcipher.c | 217 if (flags & MSG_DONTWAIT) in skcipher_wait_for_wmem() 262 if (flags & MSG_DONTWAIT) { in skcipher_wait_for_data()
|
D | algif_aead.c | 123 if (flags & MSG_DONTWAIT) in aead_wait_for_data()
|
/linux-4.1.27/net/ieee802154/ |
D | socket.c | 296 msg->msg_flags & MSG_DONTWAIT, &err); in raw_sendmsg() 660 msg->msg_flags & MSG_DONTWAIT, in dgram_sendmsg()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-tcpip.c | 270 .msg_flags = (timeout == 0) ? MSG_DONTWAIT : 0 in libcfs_sock_write()
|
/linux-4.1.27/net/llc/ |
D | af_llc.c | 711 const int nonblock = flags & MSG_DONTWAIT; in llc_ui_recvmsg() 887 int noblock = flags & MSG_DONTWAIT; in llc_ui_sendmsg()
|
/linux-4.1.27/include/net/ |
D | netlink.h | 582 err = netlink_unicast(sk, skb, portid, MSG_DONTWAIT); in nlmsg_unicast()
|
/linux-4.1.27/net/vmw_vsock/ |
D | af_vsock.c | 1554 timeout = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT); in vsock_stream_sendmsg() 1712 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); in vsock_stream_recvmsg()
|
D | vmci_transport.c | 1743 noblock = flags & MSG_DONTWAIT; in vmci_transport_dgram_dequeue()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ppp.c | 200 skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, in pppol2tp_recvmsg() 201 flags & MSG_DONTWAIT, &err); in pppol2tp_recvmsg()
|
/linux-4.1.27/fs/dlm/ |
D | lowcomms.c | 843 MSG_DONTWAIT | MSG_NOSIGNAL); in receive_from_sock() 1558 const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in send_to_sock()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1565 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async() 1607 len = kernel_recvmsg(sock, &msg, &iov, 1, buflen, MSG_DONTWAIT); in ip_vs_receive()
|
/linux-4.1.27/Documentation/networking/ |
D | netlink_mmap.txt | 282 len = recv(fd, buf, sizeof(buf), MSG_DONTWAIT);
|
D | packet_mmap.txt | 125 The flag MSG_DONTWAIT can be used to return
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 2263 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() 2530 msg->msg_flags & MSG_DONTWAIT, &err); in packet_snd() 2915 if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT|MSG_ERRQUEUE)) in packet_recvmsg() 2939 skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err); in packet_recvmsg()
|
/linux-4.1.27/fs/cifs/ |
D | transport.c | 152 smb_msg.msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec()
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | sock.c | 582 msg->msg_flags & MSG_DONTWAIT, &err); in rfcomm_sock_sendmsg()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | tcp.c | 920 struct msghdr msg = { .msg_flags = MSG_DONTWAIT, }; in o2net_recv_tcp_msg() 958 size, MSG_DONTWAIT); in o2net_sendpage()
|
/linux-4.1.27/net/ceph/ |
D | messenger.c | 528 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg() 560 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg() 577 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | (more ? MSG_MORE : MSG_EOR); in __ceph_tcp_sendpage()
|
/linux-4.1.27/net/dccp/ |
D | proto.c | 748 const int noblock = flags & MSG_DONTWAIT; in dccp_sendmsg()
|
/linux-4.1.27/net/iucv/ |
D | af_iucv.c | 1045 int noblock = msg->msg_flags & MSG_DONTWAIT; in iucv_sock_sendmsg() 1324 int noblock = flags & MSG_DONTWAIT; in iucv_sock_recvmsg()
|
/linux-4.1.27/net/key/ |
D | af_key.c | 3641 if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT)) in pfkey_recvmsg() 3644 skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err); in pfkey_recvmsg()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_receiver.c | 832 rr = drbd_recv_short(*sock, tb, 4, MSG_DONTWAIT | MSG_PEEK); in drbd_socket_okay() 5642 rv = drbd_recv_short(connection->meta.socket, buf, expect-received, MSG_DONTWAIT); in drbd_asender()
|
/linux-4.1.27/net/sctp/ |
D | socket.c | 1914 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT); in sctp_sendmsg() 1980 timeo = sock_sndtimeo(sk, msg_flags & MSG_DONTWAIT); in sctp_sendmsg()
|