Searched refs:tx_x_calc (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/dccp/ | 
| D | trace.h | 30 		__field(__u32, tx_x_calc) 57 			__entry->tx_x_calc = hc->tx_x_calc; 73 		  __entry->tx_x_calc, __entry->tx_x_recv, __entry->tx_x,
  | 
| /Linux-v5.4/net/dccp/ccids/ | 
| D | ccid3.c | 131 		hc->tx_x = min(((__u64)hc->tx_x_calc) << 6, min_rate);  in ccid3_hc_tx_update_x() 145 			       (unsigned int)(hc->tx_x >> 6), hc->tx_x_calc,  in ccid3_hc_tx_update_x() 230 		if (hc->tx_x_calc > (hc->tx_x_recv >> 5))  in ccid3_hc_tx_no_feedback_timer() 235 			hc->tx_x_recv = hc->tx_x_calc;  in ccid3_hc_tx_no_feedback_timer() 411 		hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, hc->tx_p);  in ccid3_hc_tx_packet_recv() 418 			       hc->tx_s, hc->tx_p, hc->tx_x_calc,  in ccid3_hc_tx_packet_recv() 529 		tfrc.tfrctx_x_calc = hc->tx_x_calc;  in ccid3_hc_tx_getsockopt()
  | 
| D | ccid3.h | 86 	u32				tx_x_calc;  member
  |