Searched refs:tx_p (Results 1 – 3 of 3) sorted by relevance
29 __field(__u32, tx_p)56 __entry->tx_p = hc->tx_p;72 __entry->tx_s, __entry->tx_rtt, __entry->tx_p,
132 if (hc->tx_p > 0) { in ccid3_hc_tx_update_x()217 if (hc->tx_t_rto == 0 || hc->tx_p == 0) { in ccid3_hc_tx_no_feedback_timer()406 } else if (hc->tx_p == 0) { in ccid3_hc_tx_packet_recv()415 if (hc->tx_p > 0) in ccid3_hc_tx_packet_recv()416 hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, hc->tx_p); in ccid3_hc_tx_packet_recv()423 hc->tx_s, hc->tx_p, hc->tx_x_calc, in ccid3_hc_tx_packet_recv()485 hc->tx_p = tfrc_invert_loss_event_rate(opt_val); in ccid3_hc_tx_parse_options()536 tfrc.tfrctx_p = hc->tx_p; in ccid3_hc_tx_getsockopt()
88 u32 tx_p; member