tx_hist           350 net/dccp/ccids/ccid3.c 	if (tfrc_tx_hist_add(&hc->tx_hist, dccp_sk(sk)->dccps_gss))
tx_hist           374 net/dccp/ccids/ccid3.c 	acked = tfrc_tx_hist_find_entry(hc->tx_hist, dccp_hdr_ack_seq(skb));
tx_hist           494 net/dccp/ccids/ccid3.c 	hc->tx_hist  = NULL;
tx_hist           506 net/dccp/ccids/ccid3.c 	tfrc_tx_hist_purge(&hc->tx_hist);
tx_hist            99 net/dccp/ccids/ccid3.h 	struct tfrc_tx_hist_entry	*tx_hist;