Searched refs:msg_flags (Results 76 - 100 of 138) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Daf_iucv.c896 int noblock = msg->msg_flags & MSG_DONTWAIT;
902 if (msg->msg_flags & MSG_OOB)
906 if (sk->sk_type == SOCK_SEQPACKET && !(msg->msg_flags & MSG_EOR))
1196 msg->msg_flags |= MSG_TRUNC;
1198 msg->msg_flags |= MSG_EOR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_main.c1558 size_t size, unsigned msg_flags)
1569 sent = drbd_send(mdev, sock, h, size, msg_flags);
2215 int offset, size_t size, unsigned msg_flags)
2217 int sent = drbd_send(mdev, mdev->data.socket, kmap(page) + offset, size, msg_flags);
2225 int offset, size_t size, unsigned msg_flags)
2238 return _drbd_no_send_page(mdev, page, offset, size, msg_flags);
2240 msg_flags |= MSG_NOSIGNAL;
2246 msg_flags);
2443 void *buf, size_t size, unsigned msg_flags)
2461 msg.msg_flags
1556 _drbd_send_cmd(struct drbd_conf *mdev, struct socket *sock, enum drbd_packets cmd, struct p_header *h, size_t size, unsigned msg_flags) argument
2214 _drbd_no_send_page(struct drbd_conf *mdev, struct page *page, int offset, size_t size, unsigned msg_flags) argument
2224 _drbd_send_page(struct drbd_conf *mdev, struct page *page, int offset, size_t size, unsigned msg_flags) argument
2442 drbd_send(struct drbd_conf *mdev, struct socket *sock, void *buf, size_t size, unsigned msg_flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/unix/
H A Daf_unix.c1414 if (msg->msg_flags&MSG_OOB)
1438 skb = sock_alloc_send_skb(sk, len, msg->msg_flags&MSG_DONTWAIT, &err);
1453 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1567 if (msg->msg_flags&MSG_OOB)
1603 skb = sock_alloc_send_skb(sk, size, msg->msg_flags&MSG_DONTWAIT,
1657 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL))
1735 msg->msg_flags |= MSG_TRUNC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsocket.c1446 int msg_flags = msg->msg_flags; local
1738 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1815 return sctp_error(sk, msg_flags, err);
1915 msg->msg_flags |= MSG_NOTIFICATION;
1932 msg->msg_flags &= ~MSG_EOR;
1945 } else if ((event->msg_flags & MSG_NOTIFICATION) ||
1946 (event->msg_flags & MSG_EOR))
1947 msg->msg_flags |= MSG_EOR;
1949 msg->msg_flags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Daf_netrom.c1042 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
1097 if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL)
1180 msg->msg_flags |= MSG_TRUNC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dmiscdev.c181 * @msg_flags: Flags for message
192 u16 msg_flags, struct ecryptfs_daemon *daemon)
190 ecryptfs_send_miscdev(char *data, size_t data_size, struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, u16 msg_flags, struct ecryptfs_daemon *daemon) argument
H A Decryptfs_kernel.h753 u16 msg_flags, struct ecryptfs_daemon *daemon);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dfile.c480 msg.msg_flags = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-accept.c43 msg.msg_flags = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmacvtap.c752 m->msg_flags & MSG_DONTWAIT);
766 m->msg_flags |= MSG_TRUNC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dtransport.c127 smb_msg.msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL;
129 smb_msg.msg_flags = MSG_NOSIGNAL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dproto.c688 const int flags = msg->msg_flags;
827 msg->msg_flags |= MSG_TRUNC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dcommon.c519 msg->msg_flags |= MSG_TRUNC;
579 if (m->msg_flags & MSG_DONTWAIT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dsock.c576 if (msg->msg_flags & MSG_OOB)
591 msg->msg_flags & MSG_DONTWAIT, &err);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dsco.c245 msg->msg_flags & MSG_DONTWAIT, &err);
633 if (msg->msg_flags & MSG_OOB)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmessenger.c250 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
252 return kernel_recvmsg(sock, &msg, &iov, 1, len, msg.msg_flags);
262 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
265 msg.msg_flags |= MSG_MORE;
267 msg.msg_flags |= MSG_EOR; /* superfluous, but what the hell */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/packet/
H A Daf_packet.c1050 ((!(msg->msg_flags & MSG_DONTWAIT)) &&
1193 msg->msg_flags & MSG_DONTWAIT, &err);
1523 msg->msg_flags |= MSG_TRUNC;
1536 msg->msg_flags |= MSG_ERRQUEUE;
1662 msg->msg_flags |= MSG_TRUNC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_sn2.c2263 xpc_acknowledge_msgs_sn2(struct xpc_channel *ch, s64 initial_get, u8 msg_flags) argument
2284 msg_flags |= msg->flags;
2305 send_msgrequest = (msg_flags & XPC_M_SN2_INTERRUPT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Daf_netlink.c1324 if (msg->msg_flags&MSG_OOB)
1392 err = netlink_unicast(sk, skb, dst_pid, msg->msg_flags&MSG_DONTWAIT);
1444 msg->msg_flags |= MSG_TRUNC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rose/
H A Daf_rose.c1075 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
1129 if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL)
1274 msg->msg_flags |= MSG_TRUNC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Daf_ax25.c1439 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
1534 skb = sock_alloc_send_skb(sk, size, msg->msg_flags&MSG_DONTWAIT, &err);
1635 msg->msg_flags |= MSG_TRUNC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddhcp.c128 msg.msg_flags = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_ip.c546 msg->msg_flags |= MSG_TRUNC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_sync.c701 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL};
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drds.h585 size_t size, int msg_flags);

Completed in 266 milliseconds

123456