Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_int.h707 static inline bool has_net_conf(struct drbd_connection *connection) in has_net_conf() function
709 bool has_net_conf; in has_net_conf() local
712 has_net_conf = rcu_dereference(connection->net_conf); in has_net_conf()
715 return has_net_conf; in has_net_conf()