Searched refs:SOCK_SUPPORT_ZC (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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 | 763 if (test_bit(SOCK_SUPPORT_ZC, &sock->flags)) in __inet_accept() 764 set_bit(SOCK_SUPPORT_ZC, &newsock->flags); in __inet_accept()
|
| H A D | udp.c | 1821 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in udp_init_sock()
|
| H A D | tcp.c | 478 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in tcp_init_sock()
|
| /linux-6.15/include/linux/ |
| H A D | net.h | 44 #define SOCK_SUPPORT_ZC 5 macro
|
| /linux-6.15/net/vmw_vsock/ |
| H A D | af_vsock.c | 1515 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in vsock_connect() 1689 set_bit(SOCK_SUPPORT_ZC, in vsock_accept()
|
| /linux-6.15/io_uring/ |
| H A D | net.c | 1423 if (!test_bit(SOCK_SUPPORT_ZC, &sock->flags)) in io_send_zc() 1504 if (!test_bit(SOCK_SUPPORT_ZC, &sock->flags)) in io_sendmsg_zc()
|
| /linux-6.15/net/ipv6/ |
| H A D | udp.c | 71 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in udpv6_init_sock()
|
| /linux-6.15/include/net/ |
| H A D | sock.h | 1845 clear_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in sock_replace_proto()
|