MSG_ZEROCOPY 1014 net/ipv4/ip_output.c if (flags & MSG_ZEROCOPY && length && sock_flag(sk, SOCK_ZEROCOPY)) { MSG_ZEROCOPY 1200 net/ipv4/tcp.c if (flags & MSG_ZEROCOPY && size && sock_flag(sk, SOCK_ZEROCOPY)) { MSG_ZEROCOPY 1403 net/ipv6/ip6_output.c if (flags & MSG_ZEROCOPY && length && sock_flag(sk, SOCK_ZEROCOPY)) { MSG_ZEROCOPY 959 net/rds/send.c if ((msg->msg_flags & MSG_ZEROCOPY) && !zcopy_cookie) MSG_ZEROCOPY 1118 net/rds/send.c bool zcopy = ((msg->msg_flags & MSG_ZEROCOPY) && MSG_ZEROCOPY 1132 net/rds/send.c if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_CMSG_COMPAT | MSG_ZEROCOPY)) { MSG_ZEROCOPY 73 tools/testing/selftests/net/msg_zerocopy.c #ifndef MSG_ZEROCOPY MSG_ZEROCOPY 196 tools/testing/selftests/net/msg_zerocopy.c flags |= MSG_ZEROCOPY; MSG_ZEROCOPY 70 tools/testing/selftests/net/tcp_mmap.c #ifndef MSG_ZEROCOPY MSG_ZEROCOPY 425 tools/testing/selftests/net/tcp_mmap.c wr = send(fd, buffer, wr, zflg ? MSG_ZEROCOPY : 0); MSG_ZEROCOPY 46 tools/testing/selftests/net/udpgso_bench_tx.c #ifndef MSG_ZEROCOPY MSG_ZEROCOPY 263 tools/testing/selftests/net/udpgso_bench_tx.c cfg_zerocopy ? MSG_ZEROCOPY : 0); MSG_ZEROCOPY 283 tools/testing/selftests/net/udpgso_bench_tx.c ret = sendto(fd, data, len, cfg_zerocopy ? MSG_ZEROCOPY : 0, MSG_ZEROCOPY 355 tools/testing/selftests/net/udpgso_bench_tx.c ret = sendmmsg(fd, mmsgs, i, cfg_zerocopy ? MSG_ZEROCOPY : 0); MSG_ZEROCOPY 404 tools/testing/selftests/net/udpgso_bench_tx.c ret = sendmsg(fd, &msg, cfg_zerocopy ? MSG_ZEROCOPY : 0);