Searched refs:tx_hist (Results 1 – 2 of 2) sorted by relevance
355 if (tfrc_tx_hist_add(&hc->tx_hist, dccp_sk(sk)->dccps_gss)) in ccid3_hc_tx_packet_sent()379 acked = tfrc_tx_hist_find_entry(hc->tx_hist, dccp_hdr_ack_seq(skb)); in ccid3_hc_tx_packet_recv()499 hc->tx_hist = NULL; in ccid3_hc_tx_init()511 tfrc_tx_hist_purge(&hc->tx_hist); in ccid3_hc_tx_exit()
99 struct tfrc_tx_hist_entry *tx_hist; member