Lines Matching refs:old_net_conf
3296 struct net_conf *nc, *old_net_conf, *new_net_conf = NULL; in receive_protocol() local
3403 old_net_conf = connection->net_conf; in receive_protocol()
3404 *new_net_conf = *old_net_conf; in receive_protocol()
3423 if (strcmp(old_net_conf->integrity_alg, integrity_alg)) in receive_protocol()
3428 kfree(old_net_conf); in receive_protocol()
3509 struct net_conf *old_net_conf, *new_net_conf = NULL; in receive_SyncParam() local
3555 old_net_conf = peer_device->connection->net_conf; in receive_SyncParam()
3598 if (strcmp(old_net_conf->verify_alg, p->verify_alg)) { in receive_SyncParam()
3601 old_net_conf->verify_alg, p->verify_alg); in receive_SyncParam()
3612 if (apv >= 89 && strcmp(old_net_conf->csums_alg, p->csums_alg)) { in receive_SyncParam()
3615 old_net_conf->csums_alg, p->csums_alg); in receive_SyncParam()
3650 *new_net_conf = *old_net_conf; in receive_SyncParam()
3683 kfree(old_net_conf); in receive_SyncParam()