Home
last modified time | relevance | path

Searched refs:tx_transmitted (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/net/rxrpc/
Dinput_rack.c160 rxrpc_seq_t snd_nxt = call->tx_transmitted + 1; /* Next seq to be sent */ in rxrpc_rack_update_reo_wnd()
210 if (after(tq->qbase, call->tx_transmitted)) in rxrpc_rack_detect_loss()
276 if (after(seq, call->tx_transmitted)) in rxrpc_rack_mark_losses_on_rto()
318 if (after_eq(call->acks_hard_ack, call->tx_transmitted)) in rxrpc_tlp_send_probe()
328 if (after(call->send_top, call->tx_transmitted) && in rxrpc_tlp_send_probe()
334 call->tlp_seq = call->tx_transmitted; in rxrpc_tlp_send_probe()
Dcall_event.c102 if (after(tq->qbase, call->tx_transmitted)) in rxrpc_resend()
135 .seq = call->tx_transmitted, in rxrpc_resend_tlp()
144 before(call->tx_transmitted, req.tq->qbase + RXRPC_NR_TXQUEUE)) { in rxrpc_resend_tlp()
150 if (after_eq(call->tx_transmitted, req.tq->qbase) && in rxrpc_resend_tlp()
151 before(call->tx_transmitted, req.tq->qbase + RXRPC_NR_TXQUEUE)) { in rxrpc_resend_tlp()
208 .seq = call->tx_transmitted + 1, in rxrpc_transmit_fresh_data()
Doutput.c678 if (seq == call->tx_transmitted + 1 && in rxrpc_send_data_packet()
691 if (seq == call->tx_transmitted + 1) in rxrpc_send_data_packet()
692 call->tx_transmitted = seq + req->n - 1; in rxrpc_send_data_packet()
Dar-internal.h707 rxrpc_seq_t tx_transmitted; /* Highest packet transmitted */ member
/linux-6.14.4/include/trace/events/
Drxrpc.h1958 __entry->transmitted = call->tx_transmitted;
2582 __entry->trans = call->tx_transmitted;