Lines Matching refs:net_conf
529 struct net_conf *nc; in drbd_set_role()
589 nc = rcu_dereference(mdev->tconn->net_conf); in drbd_set_role()
625 nc = mdev->tconn->net_conf; in drbd_set_role()
1315 struct net_conf *nc; in drbd_adm_attach()
1391 nc = rcu_dereference(mdev->tconn->net_conf); in drbd_adm_attach()
1837 _check_net_options(struct drbd_tconn *tconn, struct net_conf *old_conf, struct net_conf *new_conf) in _check_net_options()
1880 check_net_options(struct drbd_tconn *tconn, struct net_conf *new_conf) in check_net_options()
1887 rv = _check_net_options(tconn, rcu_dereference(tconn->net_conf), new_conf); in check_net_options()
1924 alloc_crypto(struct crypto *crypto, struct net_conf *new_conf) in alloc_crypto()
1964 struct net_conf *old_conf, *new_conf = NULL; in drbd_adm_net_opts()
1978 new_conf = kzalloc(sizeof(struct net_conf), GFP_KERNEL); in drbd_adm_net_opts()
1988 old_conf = tconn->net_conf; in drbd_adm_net_opts()
2029 rcu_assign_pointer(tconn->net_conf, new_conf); in drbd_adm_net_opts()
2076 struct net_conf *old_conf, *new_conf = NULL; in drbd_adm_connect()
2149 old_conf = tconn->net_conf; in drbd_adm_connect()
2155 rcu_assign_pointer(tconn->net_conf, new_conf); in drbd_adm_connect()
2661 struct net_conf *nc; in nla_put_status_info()
2695 nc = rcu_dereference(mdev->tconn->net_conf); in nla_put_status_info()
2869 struct net_conf *nc; in get_one_status()
2874 nc = rcu_dereference(tconn->net_conf); in get_one_status()