Searched refs:MSG_MORE (Results 26 - 41 of 41) sorted by relevance

12

/linux-master/net/ipv6/
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);
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))
/linux-master/drivers/scsi/
H A Discsi_tcp.c313 msg.msg_flags |= MSG_MORE;
/linux-master/net/tls/
H A Dtls_main.c255 if (msg->msg_flags & MSG_MORE)
H A Dtls_sw.c1015 bool eor = !(msg->msg_flags & MSG_MORE);
1231 if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
/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/net/ipv4/
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 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/drivers/block/
H A Dnbd.c658 (type == NBD_CMD_WRITE) ? MSG_MORE : 0, &sent);
690 int flags = is_last ? 0 : MSG_MORE;
/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;
/linux-master/net/kcm/
H A Dkcmsock.c755 !(msg->msg_flags & MSG_MORE) : !!(msg->msg_flags & MSG_EOR);
/linux-master/drivers/net/
H A Dtun.c2602 m->msg_flags & MSG_MORE);
/linux-master/net/mptcp/
H A Dprotocol.c1797 msg->msg_flags &= MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_FASTOPEN;
/linux-master/net/sctp/
H A Dsocket.c1865 asoc->force_delay = !!(msg->msg_flags & MSG_MORE);

Completed in 589 milliseconds

12