Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/rxrpc/
H A Dcall_accept.c314 call->tx_last_sent = ktime_get_real(); in rxrpc_alloc_incoming_call()
H A Dinput.c191 if (!ktime_before(ktime_add(call->tx_last_sent, rtt), now)) in rxrpc_congestion_degrade()
196 call->tx_last_sent = now; in rxrpc_congestion_degrade()
H A Dconn_client.c441 call->tx_last_sent = ktime_get_real(); in rxrpc_activate_one_channel()
H A Doutput.c446 call->tx_last_sent = txb->last_sent; in rxrpc_send_data_packet()
H A Dar-internal.h675 ktime_t tx_last_sent; /* Last time a transmission occurred */ member
/kernel/linux/linux-6.6/include/trace/events/
H A Drxrpc.h1596 __entry->since_last_tx = ktime_sub(now, call->tx_last_sent);

Completed in 9 milliseconds