Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/drbd/
Ddrbd_int.h703 static inline bool has_net_conf(struct drbd_connection *connection) in has_net_conf() function
705 bool has_net_conf; in has_net_conf() local
708 has_net_conf = rcu_dereference(connection->net_conf); in has_net_conf()
711 return has_net_conf; in has_net_conf()
Ddrbd_nl.c3481 if (!has_net_conf(connection)) in drbd_adm_dump_connections()
3644 if (!has_net_conf(peer_device->connection)) in drbd_adm_dump_peer_devices()
4311 if (!has_net_conf(peer_device->connection)) in drbd_adm_new_minor()
4323 if (!has_net_conf(peer_device->connection)) in drbd_adm_new_minor()
4361 if (!has_net_conf(peer_device->connection)) in adm_del_minor()