Lines Matching refs:old_net_conf
3543 struct net_conf *nc, *old_net_conf, *new_net_conf = NULL; in receive_protocol() local
3651 old_net_conf = connection->net_conf; in receive_protocol()
3652 *new_net_conf = *old_net_conf; in receive_protocol()
3671 if (strcmp(old_net_conf->integrity_alg, integrity_alg)) in receive_protocol()
3676 kfree(old_net_conf); in receive_protocol()
3757 struct net_conf *old_net_conf, *new_net_conf = NULL; in receive_SyncParam() local
3803 old_net_conf = peer_device->connection->net_conf; in receive_SyncParam()
3846 if (strcmp(old_net_conf->verify_alg, p->verify_alg)) { in receive_SyncParam()
3849 old_net_conf->verify_alg, p->verify_alg); in receive_SyncParam()
3860 if (apv >= 89 && strcmp(old_net_conf->csums_alg, p->csums_alg)) { in receive_SyncParam()
3863 old_net_conf->csums_alg, p->csums_alg); in receive_SyncParam()
3898 *new_net_conf = *old_net_conf; in receive_SyncParam()
3931 kfree(old_net_conf); in receive_SyncParam()