Searched refs:sid_allocator_ (Results 1 – 2 of 2) sorted by relevance
1845 !sid_allocator_.AllocateSid(role, &new_config.id)) { in InternalCreateDataChannel()1849 } else if (!sid_allocator_.ReserveSid(new_config.id)) { in InternalCreateDataChannel()1859 sid_allocator_.ReleaseSid(new_config.id); in InternalCreateDataChannel()1888 if (!sid_allocator_.AllocateSid(role, &sid)) { in AllocateSctpSids()1903 sid_allocator_.ReleaseSid(channel->id()); in OnSctpDataChannelClosed()
373 SctpSidAllocator sid_allocator_; variable