Searched refs:SOCK_ZEROCOPY (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/net/ |
D | tap.c | 550 sock_set_flag(&q->sk, SOCK_ZEROCOPY); in tap_open() 675 if (msg_control && sock_flag(&q->sk, SOCK_ZEROCOPY)) { in tap_get_user()
|
D | tun.c | 3446 sock_set_flag(&tfile->sk, SOCK_ZEROCOPY); in tun_chr_open()
|
/linux-5.19.10/net/rds/ |
D | recv.c | 608 if (!sock_flag(rds_rs_to_sk(rs), SOCK_ZEROCOPY) || in rds_recvmsg_zcookie()
|
D | send.c | 1119 sock_flag(rds_rs_to_sk(rs), SOCK_ZEROCOPY)); in rds_sendmsg()
|
/linux-5.19.10/net/core/ |
D | sock.c | 1423 sock_valbool_flag(sk, SOCK_ZEROCOPY, valbool); in sock_setsockopt() 1854 v.val = sock_flag(sk, SOCK_ZEROCOPY); in sock_getsockopt()
|
/linux-5.19.10/net/ipv4/ |
D | ip_output.c | 1020 if (flags & MSG_ZEROCOPY && length && sock_flag(sk, SOCK_ZEROCOPY)) { in __ip_append_data()
|
D | tcp.c | 1227 if (flags & MSG_ZEROCOPY && size && sock_flag(sk, SOCK_ZEROCOPY)) { in tcp_sendmsg_locked()
|
/linux-5.19.10/drivers/vhost/ |
D | net.c | 345 sock_flag(sock->sk, SOCK_ZEROCOPY); in vhost_sock_zcopy()
|
/linux-5.19.10/net/ipv6/ |
D | ip6_output.c | 1543 if (flags & MSG_ZEROCOPY && length && sock_flag(sk, SOCK_ZEROCOPY)) { in __ip6_append_data()
|
/linux-5.19.10/include/net/ |
D | sock.h | 909 SOCK_ZEROCOPY, /* buffers from userspace */ enumerator
|