Lines Matching refs:new_config
1839 InternalDataChannelInit new_config =
1842 if (new_config.id < 0) {
1845 !sid_allocator_.AllocateSid(role, &new_config.id)) {
1849 } else if (!sid_allocator_.ReserveSid(new_config.id)) {
1857 session_.get(), session_->data_channel_type(), label, new_config));
1859 sid_allocator_.ReleaseSid(new_config.id);