Searched refs:tx_transmitted (Results 1 – 4 of 4) sorted by relevance
73 rxrpc_seq_t transmitted = call->tx_transmitted; in rxrpc_resend()142 if (after_eq(call->acks_prev_seq, call->tx_transmitted)) in rxrpc_resend()150 if (after(txb->seq, call->tx_transmitted)) in rxrpc_resend()
467 if (txb->seq == call->tx_transmitted + 1) in rxrpc_send_data_packet()468 call->tx_transmitted = txb->seq; in rxrpc_send_data_packet()
678 rxrpc_seq_t tx_transmitted; /* Highest packet transmitted */ member
1716 __entry->transmitted = call->tx_transmitted;