Home
last modified time | relevance | path

Searched refs:acks_latest (Results 1 – 3 of 3) sorted by relevance

/net/rxrpc/
Dar-input.c287 call->acks_latest = serial; in rxrpc_assume_implicit_ackall()
289 _debug("implicit ACKALL %%%u", call->acks_latest); in rxrpc_assume_implicit_ackall()
Dar-ack.c701 if (latest - call->acks_latest <= 0) { in rxrpc_process_rx_queue()
703 latest, call->acks_latest); in rxrpc_process_rx_queue()
706 call->acks_latest = latest; in rxrpc_process_rx_queue()
Dar-internal.h379 int acks_latest; /* serial number of latest ACK received */ member