Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-input.c296 call->acks_latest = serial; in rxrpc_assume_implicit_ackall()
298 _debug("implicit ACKALL %%%u", call->acks_latest); in rxrpc_assume_implicit_ackall()
Dar-ack.c652 if (latest - call->acks_latest <= 0) { in rxrpc_process_rx_queue()
654 latest, call->acks_latest); in rxrpc_process_rx_queue()
657 call->acks_latest = latest; in rxrpc_process_rx_queue()
Dar-internal.h377 int acks_latest; /* serial number of latest ACK received */ member