Home
last modified time | relevance | path

Searched refs:drbd_socket_okay (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_receiver.c841 * drbd_socket_okay() - Free the socket if its connection is not okay
844 static bool drbd_socket_okay(struct socket **sock) in drbd_socket_okay() function
880 ok = drbd_socket_okay(sock1); in connection_established()
881 ok = drbd_socket_okay(sock2) && ok; in connection_established()
979 drbd_socket_okay(&sock.socket); in conn_connect()
980 drbd_socket_okay(&msock.socket); in conn_connect()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_receiver.c842 * drbd_socket_okay() - Free the socket if its connection is not okay
845 static bool drbd_socket_okay(struct socket **sock) in drbd_socket_okay() function
881 ok = drbd_socket_okay(sock1); in connection_established()
882 ok = drbd_socket_okay(sock2) && ok; in connection_established()
980 drbd_socket_okay(&sock.socket); in conn_connect()
981 drbd_socket_okay(&msock.socket); in conn_connect()

Completed in 15 milliseconds