Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dtap.c552 sock_set_flag(&q->sk, SOCK_ZEROCOPY); in tap_open()
682 if (msg_control && sock_flag(&q->sk, SOCK_ZEROCOPY)) { in tap_get_user()
H A Dtun.c3500 sock_set_flag(&tfile->sk, SOCK_ZEROCOPY); in tun_chr_open()
/openbmc/linux/net/rds/
H A Drecv.c613 if (!sock_flag(rds_rs_to_sk(rs), SOCK_ZEROCOPY) || in rds_recvmsg_zcookie()
H A Dsend.c1118 sock_flag(rds_rs_to_sk(rs), SOCK_ZEROCOPY)); in rds_sendmsg()
/openbmc/linux/net/core/
H A Dsock.c1478 sock_valbool_flag(sk, SOCK_ZEROCOPY, valbool); in sk_setsockopt()
1972 v.val = sock_flag(sk, SOCK_ZEROCOPY); in sk_getsockopt()
/openbmc/linux/net/ipv4/
H A Dip_output.c1024 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in __ip_append_data()
H A Dtcp.c1057 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in tcp_sendmsg_locked()
/openbmc/linux/drivers/vhost/
H A Dnet.c346 sock_flag(sock->sk, SOCK_ZEROCOPY); in vhost_sock_zcopy()
/openbmc/linux/net/ipv6/
H A Dip6_output.c1591 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in __ip6_append_data()
/openbmc/linux/include/net/
H A Dsock.h951 SOCK_ZEROCOPY, /* buffers from userspace */ enumerator