Home
last modified time | relevance | path

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

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_conn.h725 void ngtcp2_conn_set_loss_detection_timer(ngtcp2_conn *conn, ngtcp2_tstamp ts);
H A Dngtcp2_conn.c1650 ngtcp2_conn_set_loss_detection_timer(conn, ent->ts); in conn_on_pkt_sent()
2487 ngtcp2_conn_set_loss_detection_timer(conn, ts); in conn_write_handshake_pkt()
2706 ngtcp2_conn_set_loss_detection_timer(conn, ts); in conn_discard_pktns()
3754 ngtcp2_conn_set_loss_detection_timer(conn, ts); in conn_write_pkt()
5049 ngtcp2_conn_set_loss_detection_timer(conn, ts); in conn_recv_ack()
7636 ngtcp2_conn_set_loss_detection_timer(conn, ts); in conn_recv_handshake_done()
9128 ngtcp2_conn_set_loss_detection_timer(conn, ts); in conn_read_handshake()
9188 ngtcp2_conn_set_loss_detection_timer(conn, ts); in conn_read_handshake()
11540 void ngtcp2_conn_set_loss_detection_timer(ngtcp2_conn *conn, ngtcp2_tstamp ts) { in ngtcp2_conn_set_loss_detection_timer() function
11621 ngtcp2_conn_set_loss_detection_timer(conn, ts); in ngtcp2_conn_on_loss_detection_timer()
[all …]