Lines Matching refs:rx_pkt_history_st
389 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];
627 static struct rx_pkt_history_st *get_rx_history(OSSL_ACKM *ackm, int pkt_space) in get_rx_history()
1422 struct rx_pkt_history_st *h; in ackm_has_newly_missing()
1536 struct rx_pkt_history_st *h = get_rx_history(ackm, pkt->pkt_space); in ossl_ackm_on_rx_packet()
1596 struct rx_pkt_history_st *h = get_rx_history(ackm, pkt_space); in ackm_fill_rx_ack_ranges()
1656 struct rx_pkt_history_st *h = get_rx_history(ackm, pkt_space); in ossl_ackm_is_rx_pn_processable()