Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dinput.c411 rxrpc_seq_t whigh = READ_ONCE(call->rx_highest_seq); in rxrpc_end_rx_phase()
502 if (after(seq, call->rx_highest_seq)) in rxrpc_input_data_one()
503 call->rx_highest_seq = seq; in rxrpc_input_data_one()
689 call->ackr_window, call->ackr_wtop, call->rx_highest_seq, in rxrpc_input_data()
H A Dconn_object.c165 chan->last_seq = call->rx_highest_seq; in __rxrpc_disconnect_call()
H A Doutput.c189 ack->previousPacket = htonl(call->rx_highest_seq); in rxrpc_fill_out_ack()
H A Dar-internal.h724 rxrpc_seq_t rx_highest_seq; /* Higest sequence number received */ member
/linux/include/trace/events/
H A Drxrpc.h2104 __entry->rx_seq = call->rx_highest_seq;