Searched refs:old_net_conf (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/block/drbd/ |
| D | drbd_nl.c | 2301 _check_net_options(struct drbd_connection *connection, struct net_conf *old_net_conf, struct net_co… in _check_net_options() argument 2306 …if (old_net_conf && connection->cstate == C_WF_REPORT_PARAMS && connection->agreed_pro_version < 1… in _check_net_options() 2307 if (new_net_conf->wire_protocol != old_net_conf->wire_protocol) in _check_net_options() 2310 if (new_net_conf->two_primaries != old_net_conf->two_primaries) in _check_net_options() 2313 if (strcmp(new_net_conf->integrity_alg, old_net_conf->integrity_alg)) in _check_net_options() 2431 struct net_conf *old_net_conf, *new_net_conf = NULL; in drbd_adm_net_opts() local 2456 old_net_conf = connection->net_conf; in drbd_adm_net_opts() 2458 if (!old_net_conf) { in drbd_adm_net_opts() 2464 *new_net_conf = *old_net_conf; in drbd_adm_net_opts() 2481 if (rsr && strcmp(new_net_conf->csums_alg, old_net_conf->csums_alg)) { in drbd_adm_net_opts() [all …]
|
| D | drbd_receiver.c | 3671 struct net_conf *nc, *old_net_conf, *new_net_conf = NULL; in receive_protocol() local 3779 old_net_conf = connection->net_conf; in receive_protocol() 3780 *new_net_conf = *old_net_conf; in receive_protocol() 3799 if (strcmp(old_net_conf->integrity_alg, integrity_alg)) in receive_protocol() 3804 kfree(old_net_conf); in receive_protocol() 3886 struct net_conf *old_net_conf, *new_net_conf = NULL; in receive_SyncParam() local 3932 old_net_conf = peer_device->connection->net_conf; in receive_SyncParam() 3975 if (strcmp(old_net_conf->verify_alg, p->verify_alg)) { in receive_SyncParam() 3978 old_net_conf->verify_alg, p->verify_alg); in receive_SyncParam() 3989 if (apv >= 89 && strcmp(old_net_conf->csums_alg, p->csums_alg)) { in receive_SyncParam() [all …]
|