MSG_MORE 271 fs/afs/rxrpc.c msg->msg_flags = MSG_MORE; MSG_MORE 358 fs/afs/rxrpc.c msg.msg_flags = (call->send_pages ? MSG_MORE : 0); MSG_MORE 1930 net/decnet/af_decnet.c if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) MSG_MORE 906 net/ipv4/ip_output.c if ((flags & MSG_MORE) && MSG_MORE 578 net/ipv4/raw.c else if (!(msg->msg_flags & MSG_MORE)) MSG_MORE 511 net/ipv4/tcp.c if (!(flags & MSG_MORE) || forced_push(tp)) MSG_MORE 515 net/ipv4/tcp.c (flags & MSG_MORE) ? TCP_NAGLE_CORK : nonagle); MSG_MORE 753 net/ipv4/tcp.c tcp_push(sk, flags & ~MSG_MORE, mss_now, TCP_NAGLE_PUSH); MSG_MORE 999 net/ipv4/tcp.c tcp_push(sk, flags & ~MSG_MORE, mss_now, TCP_NAGLE_PUSH); MSG_MORE 528 net/ipv4/udp.c int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; MSG_MORE 688 net/ipv4/udp.c corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags); MSG_MORE 731 net/ipv4/udp.c struct msghdr msg = { .msg_flags = flags|MSG_MORE }; MSG_MORE 763 net/ipv4/udp.c if (!(up->corkflag || (flags&MSG_MORE))) MSG_MORE 1251 net/ipv6/ip6_output.c if ((flags & MSG_MORE) && MSG_MORE 899 net/ipv6/raw.c else if (!(msg->msg_flags & MSG_MORE)) MSG_MORE 632 net/ipv6/udp.c int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; MSG_MORE 853 net/ipv6/udp.c corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags); MSG_MORE 550 net/rxrpc/ar-output.c more = msg->msg_flags & MSG_MORE; MSG_MORE 66 net/rxrpc/ar-recvmsg.c msg->msg_flags |= MSG_MORE; MSG_MORE 224 net/rxrpc/ar-recvmsg.c msg->msg_flags &= ~MSG_MORE; MSG_MORE 319 net/rxrpc/ar-recvmsg.c msg->msg_flags &= ~MSG_MORE; MSG_MORE 696 net/socket.c flags |= MSG_MORE; MSG_MORE 179 net/sunrpc/svcsock.c unsigned int flags = MSG_MORE; MSG_MORE 190 net/sunrpc/svcsock.c .msg_flags = MSG_MORE, MSG_MORE 414 net/sunrpc/xprtsock.c .msg_flags = XS_SENDMSG_FLAGS | (more ? MSG_MORE : 0), MSG_MORE 442 net/sunrpc/xprtsock.c flags |= MSG_MORE;