Searched refs:SOCK_ZEROCOPY (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tap.c | 540 sock_set_flag(&q->sk, SOCK_ZEROCOPY); in tap_open() 664 if (msg_control && sock_flag(&q->sk, SOCK_ZEROCOPY)) { in tap_get_user()
|
H A D | tun.c | 3476 sock_set_flag(&tfile->sk, SOCK_ZEROCOPY); in tun_chr_open()
|
/kernel/linux/linux-6.6/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 | 3495 sock_set_flag(&tfile->sk, SOCK_ZEROCOPY); in tun_chr_open()
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | recv.c | 608 if (!sock_flag(rds_rs_to_sk(rs), SOCK_ZEROCOPY) || in rds_recvmsg_zcookie()
|
H A D | send.c | 1119 sock_flag(rds_rs_to_sk(rs), SOCK_ZEROCOPY)); in rds_sendmsg()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | recv.c | 609 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()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock.c | 1215 sock_valbool_flag(sk, SOCK_ZEROCOPY, valbool); in sock_setsockopt() 1603 v.val = sock_flag(sk, SOCK_ZEROCOPY); in sock_getsockopt()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 1474 sock_valbool_flag(sk, SOCK_ZEROCOPY, valbool); in sk_setsockopt() 1968 v.val = sock_flag(sk, SOCK_ZEROCOPY); in sk_getsockopt()
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | net.c | 345 sock_flag(sock->sk, SOCK_ZEROCOPY); in vhost_sock_zcopy()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 889 SOCK_ZEROCOPY, /* buffers from userspace */ enumerator
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_output.c | 1028 if (flags & MSG_ZEROCOPY && length && sock_flag(sk, SOCK_ZEROCOPY)) { in __ip_append_data()
|
H A D | tcp.c | 1221 if (flags & MSG_ZEROCOPY && size && sock_flag(sk, SOCK_ZEROCOPY)) { in tcp_sendmsg_locked()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_output.c | 1556 if (flags & MSG_ZEROCOPY && length && sock_flag(sk, SOCK_ZEROCOPY)) { in __ip6_append_data()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | net.c | 346 sock_flag(sock->sk, SOCK_ZEROCOPY); in vhost_sock_zcopy()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_output.c | 1026 } 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()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_output.c | 1584 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in __ip6_append_data()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 949 SOCK_ZEROCOPY, /* buffers from userspace */ enumerator
|
Completed in 57 milliseconds