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

12345

/linux-master/net/rose/
H A Daf_rose.c1112 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
1163 if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL)
/linux-master/fs/dlm/
H A Dlowcomms.c924 msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL;
1373 .msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL,
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_cm.c551 rcvd = ksock_recv(s, (char *)&word, sizeof(word), MSG_DONTWAIT);
579 to_rcv + 4, MSG_DONTWAIT);
H A Dsiw_qp.c393 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR };
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sync.c1575 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL};
1611 len = sock_recvmsg(sock, &msg, MSG_DONTWAIT);
/linux-master/net/kcm/
H A Dkcmsock.c607 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES,
753 long timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
/linux-master/net/x25/
H A Daf_x25.c23 * 2000-10-27 Henner Eisen MSG_DONTWAIT for fragment allocation.
1111 int noblock = msg->msg_flags & MSG_DONTWAIT;
1116 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT))
/linux-master/net/xdp/
H A Dxsk.c910 bool need_wait = !(m->msg_flags & MSG_DONTWAIT);
955 bool need_wait = !(flags & MSG_DONTWAIT);
/linux-master/net/ipv4/
H A Dip_output.c1123 (flags & MSG_DONTWAIT), &err);
1639 len, 0, &ipc, &rt, MSG_DONTWAIT);
H A Draw.c355 flags & MSG_DONTWAIT, &err);
H A Dicmp.c374 ipc, rt, MSG_DONTWAIT) < 0) {
/linux-master/net/appletalk/
H A Dddp.c1561 if (flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT))
1638 skb = sock_alloc_send_skb(sk, size, (flags & MSG_DONTWAIT), &err);
/linux-master/net/sctp/
H A Dulpevent.c1066 skb = sctp_skb_recv_datagram(sk, MSG_PEEK | MSG_DONTWAIT, &err);
/linux-master/drivers/scsi/
H A Discsi_tcp.c316 msg.msg_flags |= MSG_DONTWAIT;
/linux-master/include/net/
H A Dnetlink.h1144 err = netlink_unicast(sk, skb, portid, MSG_DONTWAIT);
/linux-master/net/rds/
H A Drecv.c644 int ret = 0, nonblock = msg_flags & MSG_DONTWAIT;
/linux-master/net/can/
H A Draw.c933 msg->msg_flags & MSG_DONTWAIT, &err);
/linux-master/net/nfc/
H A Dcore.c710 * @flags: MSG_DONTWAIT flag
724 skb = sock_alloc_send_skb(sk, total_size, flags & MSG_DONTWAIT, err);
/linux-master/net/packet/
H A Daf_packet.c2729 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT);
2798 timeo = sock_sndtimeo(&po->sk, msg->msg_flags & MSG_DONTWAIT);
3025 msg->msg_flags & MSG_DONTWAIT, &err);
3423 if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT|MSG_ERRQUEUE))
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE))
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c1003 ret = sendto(xsk_socket__fd(xsk->xsk), NULL, 0, MSG_DONTWAIT, NULL, 0);
1017 ret = recvfrom(xsk_socket__fd(xsk->xsk), NULL, 0, MSG_DONTWAIT, NULL, NULL);
/linux-master/net/vmw_vsock/
H A Dvirtio_transport_common.c1683 skb = __skb_recv_datagram(sk, &vvs->rx_queue, MSG_DONTWAIT, &off, &err);
/linux-master/tools/net/ynl/lib/
H A Dynl.py848 reply = self.sock.recv(self._recv_size, socket.MSG_DONTWAIT)
/linux-master/drivers/net/
H A Dtun.c2601 m->msg_flags & MSG_DONTWAIT,
2621 if (flags & ~(MSG_DONTWAIT|MSG_TRUNC|MSG_ERRQUEUE)) {
2630 ret = tun_do_read(tun, tfile, &m->msg_iter, flags & MSG_DONTWAIT, ptr);
/linux-master/net/sunrpc/
H A Dxprtsock.c776 ret = xs_read_stream(transport, MSG_DONTWAIT);
819 #define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
1423 skb = skb_recv_udp(sk, MSG_DONTWAIT, &err);

Completed in 298 milliseconds

12345