Home
last modified time | relevance | path

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

/linux-6.6.21/net/rxrpc/
Dinput.c947 if (acked_serial && after(acked_serial, call->acks_highest_serial)) in rxrpc_input_ack()
948 call->acks_highest_serial = acked_serial; in rxrpc_input_ack()
Dcall_event.c163 if (after(ntohl(txb->wire.serial), call->acks_highest_serial)) in rxrpc_resend()
Dar-internal.h728 rxrpc_serial_t acks_highest_serial; /* Highest serial number ACK'd */ member