Searched refs:SOCK_SUPPORT_ZC (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_ulp.c | 140 clear_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in __tcp_set_ulp()
|
| H A D | af_inet.c | 775 if (test_bit(SOCK_SUPPORT_ZC, &sock->flags)) in __inet_accept() 776 set_bit(SOCK_SUPPORT_ZC, &newsock->flags); in __inet_accept()
|
| H A D | udp.c | 1816 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in udp_init_sock()
|
| H A D | tcp.c | 480 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in tcp_init_sock()
|
| /linux/include/linux/ |
| H A D | net.h | 64 SOCK_SUPPORT_ZC, 43 SOCK_SUPPORT_ZC, global() enumerator
|
| /linux/net/vmw_vsock/ |
| H A D | af_vsock.c | 1714 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in vsock_connect() 1911 set_bit(SOCK_SUPPORT_ZC, in vsock_accept()
|
| /linux/net/ipv6/ |
| H A D | udp.c | 73 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in udpv6_init_sock()
|
| /linux/io_uring/ |
| H A D | net.c | 1498 if (!test_bit(SOCK_SUPPORT_ZC, &sock->flags)) in io_sendmsg_zc()
|
| /linux/include/net/ |
| H A D | sock.h | 1910 clear_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in sock_replace_proto()
|