Searched refs:old_net_conf (Results 1 – 2 of 2) sorted by relevance
2235 if (new_net_conf->wire_protocol != old_net_conf->wire_protocol) in _check_net_options()2238 if (new_net_conf->two_primaries != old_net_conf->two_primaries) in _check_net_options()2241 if (strcmp(new_net_conf->integrity_alg, old_net_conf->integrity_alg)) in _check_net_options()2359 struct net_conf *old_net_conf, *new_net_conf = NULL; in drbd_adm_net_opts() local2384 old_net_conf = connection->net_conf; in drbd_adm_net_opts()2386 if (!old_net_conf) { in drbd_adm_net_opts()2392 *new_net_conf = *old_net_conf; in drbd_adm_net_opts()2449 kvfree_rcu_mightsleep(old_net_conf); in drbd_adm_net_opts()2502 struct net_conf *old_net_conf, *new_net_conf = NULL; in drbd_adm_connect() local2582 old_net_conf = connection->net_conf; in drbd_adm_connect()[all …]
3740 old_net_conf = connection->net_conf; in receive_protocol()3741 *new_net_conf = *old_net_conf; in receive_protocol()3760 if (strcmp(old_net_conf->integrity_alg, integrity_alg)) in receive_protocol()3764 kvfree_rcu_mightsleep(old_net_conf); in receive_protocol()3846 struct net_conf *old_net_conf, *new_net_conf = NULL; in receive_SyncParam() local3893 old_net_conf = peer_device->connection->net_conf; in receive_SyncParam()3935 if (strcmp(old_net_conf->verify_alg, p->verify_alg)) { in receive_SyncParam()3938 old_net_conf->verify_alg, p->verify_alg); in receive_SyncParam()3952 old_net_conf->csums_alg, p->csums_alg); in receive_SyncParam()3985 *new_net_conf = *old_net_conf; in receive_SyncParam()[all …]