Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_ackm.c389 struct rx_pkt_history_st { struct
399 static int rx_pkt_history_bump_watermark(struct rx_pkt_history_st *h, argument
402 static void rx_pkt_history_init(struct rx_pkt_history_st *h) in rx_pkt_history_init()
408 static void rx_pkt_history_destroy(struct rx_pkt_history_st *h) in rx_pkt_history_destroy()
419 static void rx_pkt_history_trim_range_count(struct rx_pkt_history_st *h) in rx_pkt_history_trim_range_count()
440 static int rx_pkt_history_add_pn(struct rx_pkt_history_st *h, in rx_pkt_history_add_pn()
458 static int rx_pkt_history_bump_watermark(struct rx_pkt_history_st *h, in rx_pkt_history_bump_watermark()
499 struct rx_pkt_history_st rx_history[QUIC_PN_SPACE_NUM];
1422 struct rx_pkt_history_st *h; in ackm_has_newly_missing()
1596 struct rx_pkt_history_st *h = get_rx_history(ackm, pkt_space); in ackm_fill_rx_ack_ranges()
[all …]

Completed in 21 milliseconds