Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A 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()
H A Dconn_object.c163 chan->last_seq = call->rx_highest_seq; in __rxrpc_disconnect_call()
H A Doutput.c232 txb->ack.previousPacket = htonl(call->rx_highest_seq); in rxrpc_send_ack_packet()
H A Dar-internal.h681 rxrpc_seq_t rx_highest_seq; /* Higest sequence number received */ member
/openbmc/linux/include/trace/events/
H A Drxrpc.h1785 __entry->rx_seq = call->rx_highest_seq;