Searched refs:SOCK_ZEROCOPY (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | tap.c | 552 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 D | tun.c | 3500 sock_set_flag(&tfile->sk, SOCK_ZEROCOPY); in tun_chr_open()
|
/openbmc/linux/net/rds/ |
H A D | recv.c | 613 if (!sock_flag(rds_rs_to_sk(rs), SOCK_ZEROCOPY) || in rds_recvmsg_zcookie()
|
H A D | send.c | 1118 sock_flag(rds_rs_to_sk(rs), SOCK_ZEROCOPY)); in rds_sendmsg()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 1478 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 D | ip_output.c | 1024 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in __ip_append_data()
|
H A D | tcp.c | 1057 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in tcp_sendmsg_locked()
|
/openbmc/linux/drivers/vhost/ |
H A D | net.c | 346 sock_flag(sock->sk, SOCK_ZEROCOPY); in vhost_sock_zcopy()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_output.c | 1591 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in __ip6_append_data()
|
/openbmc/linux/include/net/ |
H A D | sock.h | 951 SOCK_ZEROCOPY, /* buffers from userspace */ enumerator
|