Home
last modified time | relevance | path

Searched refs:SOCK_SUPPORT_ZC (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_ulp.c140 clear_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in __tcp_set_ulp()
H A Daf_inet.c762 if (test_bit(SOCK_SUPPORT_ZC, &sock->flags)) in __inet_accept()
763 set_bit(SOCK_SUPPORT_ZC, &newsock->flags); in __inet_accept()
H A Dudp.c1606 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in udp_init_sock()
H A Dtcp.c462 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in tcp_init_sock()
/openbmc/linux/include/linux/
H A Dnet.h44 #define SOCK_SUPPORT_ZC 5 macro
/openbmc/linux/io_uring/
H A Dnet.c1176 if (!test_bit(SOCK_SUPPORT_ZC, &sock->flags)) in io_send_zc()
1276 if (!test_bit(SOCK_SUPPORT_ZC, &sock->flags)) in io_sendmsg_zc()
/openbmc/linux/net/ipv6/
H A Dudp.c71 set_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in udpv6_init_sock()
/openbmc/linux/include/net/
H A Dsock.h1914 clear_bit(SOCK_SUPPORT_ZC, &sk->sk_socket->flags); in sock_replace_proto()