Lines Matching refs:old_net_conf
3619 struct net_conf *nc, *old_net_conf, *new_net_conf = NULL; in receive_protocol() local
3725 old_net_conf = connection->net_conf; in receive_protocol()
3726 *new_net_conf = *old_net_conf; in receive_protocol()
3745 if (strcmp(old_net_conf->integrity_alg, integrity_alg)) in receive_protocol()
3749 kvfree_rcu(old_net_conf); in receive_protocol()
3831 struct net_conf *old_net_conf, *new_net_conf = NULL; in receive_SyncParam() local
3878 old_net_conf = peer_device->connection->net_conf; in receive_SyncParam()
3920 if (strcmp(old_net_conf->verify_alg, p->verify_alg)) { in receive_SyncParam()
3923 old_net_conf->verify_alg, p->verify_alg); in receive_SyncParam()
3934 if (apv >= 89 && strcmp(old_net_conf->csums_alg, p->csums_alg)) { in receive_SyncParam()
3937 old_net_conf->csums_alg, p->csums_alg); in receive_SyncParam()
3970 *new_net_conf = *old_net_conf; in receive_SyncParam()
4003 kfree(old_net_conf); in receive_SyncParam()