Lines Matching refs:old_net_conf
3295 struct net_conf *nc, *old_net_conf, *new_net_conf = NULL; in receive_protocol() local
3402 old_net_conf = connection->net_conf; in receive_protocol()
3403 *new_net_conf = *old_net_conf; in receive_protocol()
3422 if (strcmp(old_net_conf->integrity_alg, integrity_alg)) in receive_protocol()
3427 kfree(old_net_conf); in receive_protocol()
3508 struct net_conf *old_net_conf, *new_net_conf = NULL; in receive_SyncParam() local
3554 old_net_conf = peer_device->connection->net_conf; in receive_SyncParam()
3597 if (strcmp(old_net_conf->verify_alg, p->verify_alg)) { in receive_SyncParam()
3600 old_net_conf->verify_alg, p->verify_alg); in receive_SyncParam()
3611 if (apv >= 89 && strcmp(old_net_conf->csums_alg, p->csums_alg)) { in receive_SyncParam()
3614 old_net_conf->csums_alg, p->csums_alg); in receive_SyncParam()
3649 *new_net_conf = *old_net_conf; in receive_SyncParam()
3682 kfree(old_net_conf); in receive_SyncParam()