Home
last modified time | relevance | path

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

/linux-5.19.10/net/rxrpc/
Dproc.c110 call->rx_serial, in rxrpc_call_seq_show()
Dcall_event.c378 (int)call->conn->hi_serial - (int)call->rx_serial > 0) { in rxrpc_process_call()
Dinput.c1443 if ((int)sp->hdr.serial - (int)call->rx_serial > 0) in rxrpc_input_packet()
1444 call->rx_serial = sp->hdr.serial; in rxrpc_input_packet()
Dar-internal.h663 rxrpc_serial_t rx_serial; /* Highest serial received for this call */ member
/linux-5.19.10/include/trace/events/
Drxrpc.h1330 __entry->call_serial = call->rx_serial;