Lines Matching refs:net_conf

569 	struct net_conf *nc;  in drbd_set_role()
637 nc = rcu_dereference(connection->net_conf); in drbd_set_role()
672 nc = connection->net_conf; in drbd_set_role()
1470 struct net_conf *nc; in drbd_adm_attach()
1549 nc = rcu_dereference(connection->net_conf); in drbd_adm_attach()
2001 …k_net_options(struct drbd_connection *connection, struct net_conf *old_net_conf, struct net_conf *… in _check_net_options()
2045 check_net_options(struct drbd_connection *connection, struct net_conf *new_net_conf) in check_net_options()
2052 rv = _check_net_options(connection, rcu_dereference(connection->net_conf), new_net_conf); in check_net_options()
2090 alloc_crypto(struct crypto *crypto, struct net_conf *new_net_conf) in alloc_crypto()
2131 struct net_conf *old_net_conf, *new_net_conf = NULL; in drbd_adm_net_opts()
2146 new_net_conf = kzalloc(sizeof(struct net_conf), GFP_KERNEL); in drbd_adm_net_opts()
2156 old_net_conf = connection->net_conf; in drbd_adm_net_opts()
2197 rcu_assign_pointer(connection->net_conf, new_net_conf); in drbd_adm_net_opts()
2252 struct net_conf *old_net_conf, *new_net_conf = NULL; in drbd_adm_connect()
2331 old_net_conf = connection->net_conf; in drbd_adm_connect()
2337 rcu_assign_pointer(connection->net_conf, new_net_conf); in drbd_adm_connect()
2965 struct net_conf *nc; in nla_put_status_info()
2967 nc = rcu_dereference(first_peer_device(device)->connection->net_conf); in nla_put_status_info()
3152 struct net_conf *nc; in get_one_status()
3154 nc = rcu_dereference(connection->net_conf); in get_one_status()