Home
last modified time | relevance | path

Searched refs:SOCK_ZEROCOPY (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/
H A Dtap.c487 sock_set_flag(&q->sk, SOCK_ZEROCOPY); in tap_open()
606 if (msg_control && sock_flag(&q->sk, SOCK_ZEROCOPY)) { in tap_get_user()
H A Dtun.c3576 sock_set_flag(&tfile->sk, SOCK_ZEROCOPY); in tun_chr_open()
/linux/net/rds/
H A Drecv.c664 if (!sock_flag(rds_rs_to_sk(rs), SOCK_ZEROCOPY) || in rds_recvmsg_zcookie()
H A Dsend.c1172 sock_flag(rds_rs_to_sk(rs), SOCK_ZEROCOPY)); in rds_sendmsg()
/linux/net/vmw_vsock/
H A Daf_vsock.c1769 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in vsock_connect()
2073 sock_valbool_flag(sk, SOCK_ZEROCOPY, zerocopy); in vsock_connectible_setsockopt()
H A Dvirtio_transport_common.c347 } else if (sock_flag(sk_vsock(vsk), SOCK_ZEROCOPY)) { in virtio_transport_send_pkt_info()
/linux/net/ipv4/
H A Dip_output.c1026 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in __ip_append_data()
H A Dtcp.c1145 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in tcp_sendmsg_locked()
/linux/drivers/vhost/
H A Dnet.c359 sock_flag(sock->sk, SOCK_ZEROCOPY); in vhost_sock_zcopy()
/linux/net/core/
H A Dsock.c1610 sock_valbool_flag(sk, SOCK_ZEROCOPY, valbool); in sk_setsockopt()
2124 v.val = sock_flag(sk, SOCK_ZEROCOPY); in sk_getsockopt()
/linux/net/ipv6/
H A Dip6_output.c1562 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in __ip6_append_data()
/linux/include/net/
H A Dsock.h1010 SOCK_ZEROCOPY, /* buffers from userspace */ enumerator