Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dio_thread.c372 if (sp->hdr.callNumber < chan->last_call) in rxrpc_input_packet_on_conn()
375 if (sp->hdr.callNumber == chan->last_call) { in rxrpc_input_packet_on_conn()
H A Dconn_event.c111 call_id = chan->last_call; in rxrpc_conn_retransmit_call()
H A Dconn_object.c177 chan->last_call = chan->call_id; in __rxrpc_disconnect_call()
H A Dar-internal.h490 u32 last_call; /* ID of last call */ member