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,
129 if (hc->tx_p > 0) { in ccid3_hc_tx_update_x()213 if (hc->tx_t_rto == 0 || hc->tx_p == 0) { in ccid3_hc_tx_no_feedback_timer()401 } else if (hc->tx_p == 0) { in ccid3_hc_tx_packet_recv()410 if (hc->tx_p > 0) in ccid3_hc_tx_packet_recv()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()480 hc->tx_p = tfrc_invert_loss_event_rate(opt_val); in ccid3_hc_tx_parse_options()531 tfrc.tfrctx_p = hc->tx_p; in ccid3_hc_tx_getsockopt()
88 u32 tx_p; member