Searched refs:old_net_conf (Results 1 – 1 of 1) sorted by relevance
3450 struct net_conf *nc, *old_net_conf, *new_net_conf = NULL; in receive_protocol() local3556 old_net_conf = connection->net_conf; in receive_protocol()3557 *new_net_conf = *old_net_conf; in receive_protocol()3576 if (strcmp(old_net_conf->integrity_alg, integrity_alg)) in receive_protocol()3580 kvfree_rcu_mightsleep(old_net_conf); in receive_protocol()3662 struct net_conf *old_net_conf, *new_net_conf = NULL; in receive_SyncParam() local3709 old_net_conf = peer_device->connection->net_conf; in receive_SyncParam()3751 if (strcmp(old_net_conf->verify_alg, p->verify_alg)) { in receive_SyncParam()3754 old_net_conf->verify_alg, p->verify_alg); in receive_SyncParam()3765 if (apv >= 89 && strcmp(old_net_conf->csums_alg, p->csums_alg)) { in receive_SyncParam()[all …]