Home
last modified time | relevance | path

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

/linux/net/rxrpc/
A Dinput.c328 rxrpc_seq_t whigh = READ_ONCE(call->rx_highest_seq); in rxrpc_end_rx_phase()
411 if (after(seq, call->rx_highest_seq)) in rxrpc_input_data_one()
412 call->rx_highest_seq = seq; in rxrpc_input_data_one()
597 call->ackr_window, call->ackr_wtop, call->rx_highest_seq, in rxrpc_input_data()
A Dconn_object.c164 chan->last_seq = call->rx_highest_seq; in __rxrpc_disconnect_call()
A Doutput.c104 ack->previousPacket = htonl(call->rx_highest_seq); in rxrpc_fill_out_ack()
A Dar-internal.h690 rxrpc_seq_t rx_highest_seq; /* Higest sequence number received */ member
/linux/include/trace/events/
A Drxrpc.h1805 __entry->rx_seq = call->rx_highest_seq;

Completed in 18 milliseconds