Home
last modified time | relevance | path

Searched refs:rx_highest_seq (Results 1 – 4 of 4) sorted by relevance

/net/rxrpc/
Dinput.c329 rxrpc_seq_t whigh = READ_ONCE(call->rx_highest_seq); in rxrpc_end_rx_phase()
412 if (after(seq, call->rx_highest_seq)) in rxrpc_input_data_one()
413 call->rx_highest_seq = seq; in rxrpc_input_data_one()
598 call->ackr_window, call->ackr_wtop, call->rx_highest_seq, in rxrpc_input_data()
Dconn_object.c163 chan->last_seq = call->rx_highest_seq; in __rxrpc_disconnect_call()
Doutput.c232 txb->ack.previousPacket = htonl(call->rx_highest_seq); in rxrpc_send_ack_packet()
Dar-internal.h681 rxrpc_seq_t rx_highest_seq; /* Higest sequence number received */ member