Home
last modified time | relevance | path

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

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