Home
last modified time | relevance | path

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

/linux/net/rxrpc/
A Dinput.c202 if (!ktime_before(ktime_add(call->tx_last_sent, rtt), now)) in rxrpc_congestion_degrade()
207 call->tx_last_sent = now; in rxrpc_congestion_degrade()
A Dcall_accept.c314 call->tx_last_sent = ktime_get_real(); in rxrpc_alloc_incoming_call()
A Dconn_client.c450 call->tx_last_sent = ktime_get_real(); in rxrpc_activate_one_channel()
A Doutput.c404 call->tx_last_sent = now; in rxrpc_tstamp_data_packets()
A Dar-internal.h684 ktime_t tx_last_sent; /* Last time a transmission occurred */ member
/linux/include/trace/events/
A Drxrpc.h1616 __entry->since_last_tx = ktime_sub(now, call->tx_last_sent);

Completed in 22 milliseconds