Searched refs:new_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() local3550 new_net_conf = kmalloc_obj(struct net_conf); in receive_protocol()3551 if (!new_net_conf) in receive_protocol()3557 *new_net_conf = *old_net_conf; in receive_protocol()3559 new_net_conf->wire_protocol = p_proto; in receive_protocol()3560 new_net_conf->after_sb_0p = convert_after_sb(p_after_sb_0p); in receive_protocol()3561 new_net_conf->after_sb_1p = convert_after_sb(p_after_sb_1p); in receive_protocol()3562 new_net_conf->after_sb_2p = convert_after_sb(p_after_sb_2p); in receive_protocol()3563 new_net_conf->two_primaries = p_two_primaries; in receive_protocol()3565 rcu_assign_pointer(connection->net_conf, new_net_conf); in receive_protocol()[all …]