Home
last modified time | relevance | path

Searched refs:compare_tsn (Results 1 – 1 of 1) sorted by relevance

/webrtc/sctp/src/queue/
H A Dpayload_queue.rs42 fn compare_tsn(a: u32, b: u32) -> std::cmp::Ordering { in push_no_check() function
51 .binary_search_by(|element| compare_tsn(*element, tsn)) in push_no_check()