Home
last modified time | relevance | path

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

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_conn.h743 ngtcp2_strm *ngtcp2_conn_tx_strmq_top(ngtcp2_conn *conn);
H A Dngtcp2_conn.c1713 strm = ngtcp2_conn_tx_strmq_top(conn); in conn_retry_early_payloadlen()
3622 strm = ngtcp2_conn_tx_strmq_top(conn); in conn_write_pkt()
11294 top = ngtcp2_conn_tx_strmq_top(conn); in conn_extend_max_stream_offset()
11765 ngtcp2_strm *ngtcp2_conn_tx_strmq_top(ngtcp2_conn *conn) { in ngtcp2_conn_tx_strmq_top() function
11771 ngtcp2_strm *strm = ngtcp2_conn_tx_strmq_top(conn); in ngtcp2_conn_tx_strmq_pop()