Home
last modified time | relevance | path

Searched refs:tx_last_sent (Results 1 – 6 of 6) sorted by relevance

/linux/net/rxrpc/
H A Dinput_rack.c293 ktime_t rto_at = ktime_add(call->tx_last_sent, in rxrpc_tlp_calc_pto()
H A Dcall_accept.c320 call->tx_last_sent = ktime_get_real(); in rxrpc_alloc_incoming_call()
H A Dinput.c189 time_since = ktime_sub(now, call->tx_last_sent); in rxrpc_congestion_degrade()
195 call->tx_last_sent = now; in rxrpc_congestion_degrade()
H A Dconn_client.c450 call->tx_last_sent = ktime_get_real(); in rxrpc_activate_one_channel()
H A Doutput.c564 call->tx_last_sent = req->now; in rxrpc_prepare_data_packet()
H A Dar-internal.h771 ktime_t tx_last_sent; /* Last time a transmission occurred */ member