Lines Matching refs:old_net_conf
2216 _check_net_options(struct drbd_connection *connection, struct net_conf *old_net_conf, struct net_co… in _check_net_options() argument
2221 …if (old_net_conf && connection->cstate == C_WF_REPORT_PARAMS && connection->agreed_pro_version < 1… in _check_net_options()
2222 if (new_net_conf->wire_protocol != old_net_conf->wire_protocol) in _check_net_options()
2225 if (new_net_conf->two_primaries != old_net_conf->two_primaries) in _check_net_options()
2228 if (strcmp(new_net_conf->integrity_alg, old_net_conf->integrity_alg)) in _check_net_options()
2346 struct net_conf *old_net_conf, *new_net_conf = NULL; in drbd_adm_net_opts() local
2371 old_net_conf = connection->net_conf; in drbd_adm_net_opts()
2373 if (!old_net_conf) { in drbd_adm_net_opts()
2379 *new_net_conf = *old_net_conf; in drbd_adm_net_opts()
2396 if (rsr && strcmp(new_net_conf->csums_alg, old_net_conf->csums_alg)) { in drbd_adm_net_opts()
2403 if (ovr && strcmp(new_net_conf->verify_alg, old_net_conf->verify_alg)) { in drbd_adm_net_opts()
2436 kvfree_rcu(old_net_conf); in drbd_adm_net_opts()
2489 struct net_conf *old_net_conf, *new_net_conf = NULL; in drbd_adm_connect() local
2569 old_net_conf = connection->net_conf; in drbd_adm_connect()
2570 if (old_net_conf) { in drbd_adm_connect()