Searched refs:tx_transmitted (Results 1 – 3 of 3) sorted by relevance
160 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()
678 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()
2095 __entry->transmitted = call->tx_transmitted;2719 __entry->trans = call->tx_transmitted;