Home
last modified time | relevance | path

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

/Linux-v6.6/net/rxrpc/
Dinput.c880 if (after(acked_serial, call->acks_highest_serial)) in rxrpc_input_ack()
881 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.h720 rxrpc_serial_t acks_highest_serial; /* Highest serial number ACK'd */ member