Searched refs:list_insert_sorted (Results 1 – 1 of 1) sorted by relevance
147 static void list_insert_sorted(QUIC_CFQ_ITEM_LIST *l, QUIC_CFQ_ITEM_EX *n, in list_insert_sorted() function256 list_insert_sorted(&cfq->new_list, item, compare); in ossl_quic_cfq_add_frame()293 list_insert_sorted(&cfq->new_list, ex, compare); in ossl_quic_cfq_mark_lost()300 list_insert_sorted(&cfq->new_list, ex, compare); in ossl_quic_cfq_mark_lost()
Completed in 4 milliseconds