Searched refs:MSG_MORE (Results 1 - 25 of 41) sorted by path

12

/linux-master/crypto/
H A Daf_alg.c979 "%s sent an empty control message without MSG_MORE.\n",
1102 ctx->more = msg->msg_flags & MSG_MORE;
H A Dalgif_hash.c81 /* Discard a previous request that wasn't marked MSG_MORE. */
88 * No data - finalise the prev req if MSG_MORE so any error
91 if (!(msg->msg_flags & MSG_MORE)) {
136 !(msg->msg_flags & MSG_MORE)) {
148 if (msg_data_left(msg) || (msg->msg_flags & MSG_MORE))
164 ctx->more = msg->msg_flags & MSG_MORE;
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c642 * MSG_MORE flag: this will increase the likelihood that data blocks
646 msg_flags = data ? MSG_MORE : 0;
1593 /* hint all but last page with MSG_MORE */
1600 ? 0 : MSG_MORE);
1612 /* hint all but last page with MSG_MORE */
1618 bio_iter_last(bvec, iter) ? 0 : MSG_MORE);
1632 /* hint all but last page with MSG_MORE */
1637 page_chain_next(page) ? MSG_MORE : 0);
/linux-master/drivers/block/
H A Dnbd.c658 (type == NBD_CMD_WRITE) ? MSG_MORE : 0, &sent);
690 int flags = is_last ? 0 : MSG_MORE;
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c322 .msg_flags = (MSG_MORE | MSG_DONTWAIT | MSG_SPLICE_PAGES),
331 msg.msg_flags &= ~MSG_MORE;
446 rv = siw_tx_ctrl(c_tx, s, MSG_DONTWAIT | MSG_MORE);
873 msg_flags = MSG_DONTWAIT | MSG_MORE;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c754 return (flags & MSG_MORE) || (tp->nonagle & TCP_NAGLE_CORK);
996 if (msg->msg_flags & MSG_MORE)
/linux-master/drivers/net/
H A Dtun.c2602 m->msg_flags & MSG_MORE);
/linux-master/drivers/nvme/host/
H A Dtcp.c1052 msg.msg_flags |= MSG_MORE;
1106 msg.msg_flags |= MSG_MORE;
1140 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_MORE, };
1182 msg.msg_flags |= MSG_MORE;
/linux-master/drivers/nvme/target/
H A Dtcp.c607 .msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES,
647 msg.msg_flags |= MSG_MORE;
694 msg.msg_flags |= MSG_MORE;
724 msg.msg_flags |= MSG_MORE;
755 msg.msg_flags |= MSG_MORE;
/linux-master/drivers/scsi/
H A Discsi_tcp.c313 msg.msg_flags |= MSG_MORE;
/linux-master/drivers/vhost/
H A Dnet.c802 msg.msg_flags |= MSG_MORE;
804 msg.msg_flags &= ~MSG_MORE;
899 msg.msg_flags |= MSG_MORE;
901 msg.msg_flags &= ~MSG_MORE;
/linux-master/fs/afs/
H A Drxrpc.c366 msg.msg_flags = MSG_WAITALL | (call->write_iter ? MSG_MORE : 0);
376 msg.msg_flags &= ~MSG_MORE;
/linux-master/fs/
H A Dsplice.c881 msg.msg_flags |= MSG_MORE;
883 msg.msg_flags |= MSG_MORE;
/linux-master/include/linux/
H A Dsocket.h319 #define MSG_MORE 0x8000 /* Sender will send more */ macro
/linux-master/net/ceph/
H A Dmessenger_v1.c67 msg.msg_flags |= MSG_MORE;
78 * @more: MSG_MORE or 0.
499 MSG_MORE);
536 MSG_MORE);
/linux-master/net/ipv4/
H A Dip_output.c1004 (!(flags & MSG_MORE) || cork->gso_size) &&
1100 * Note, with MSG_MORE we overallocate on fragments,
1107 if ((flags & MSG_MORE) &&
H A Draw.c656 else if (!(msg->msg_flags & MSG_MORE)) {
H A Dtcp.c715 if (!(flags & MSG_MORE) || forced_push(tp))
735 if (flags & MSG_MORE)
1297 tcp_push(sk, flags & ~MSG_MORE, mss_now,
H A Dtcp_bpf.c116 msghdr.msg_flags |= MSG_MORE;
H A Dudp.c1060 int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE;
1285 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags);
/linux-master/net/ipv6/
H A Dip6_output.c1492 (!(flags & MSG_MORE) || cork->gso_size) &&
1606 * (without MSG_MORE) fits into the MTU.
1610 if ((flags & MSG_MORE) &&
H A Draw.c925 else if (!(msg->msg_flags & MSG_MORE))
H A Dudp.c1337 int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE;
1604 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags);
/linux-master/net/kcm/
H A Dkcmsock.c755 !(msg->msg_flags & MSG_MORE) : !!(msg->msg_flags & MSG_EOR);
/linux-master/net/l2tp/
H A Dl2tp_ip6.c637 else if (!(msg->msg_flags & MSG_MORE))

Completed in 524 milliseconds

12