Searched refs:tx_last_sent (Results 1 – 6 of 6) sorted by relevance
293 ktime_t rto_at = ktime_add(call->tx_last_sent, in rxrpc_tlp_calc_pto()
320 call->tx_last_sent = ktime_get_real(); in rxrpc_alloc_incoming_call()
189 time_since = ktime_sub(now, call->tx_last_sent); in rxrpc_congestion_degrade()195 call->tx_last_sent = now; in rxrpc_congestion_degrade()
450 call->tx_last_sent = ktime_get_real(); in rxrpc_activate_one_channel()
771 ktime_t tx_last_sent; /* Last time a transmission occurred */ member
564 call->tx_last_sent = req->now; in rxrpc_prepare_data_packet()
Completed in 20 milliseconds