Searched defs:rxrpc_channel (Results 1 – 1 of 1) sorted by relevance
428 struct rxrpc_channel { struct429 unsigned long final_ack_at; /* Time at which to issue final ACK */430 struct rxrpc_call __rcu *call; /* Active call */431 unsigned int call_debug_id; /* call->debug_id */432 u32 call_id; /* ID of current call */433 u32 call_counter; /* Call ID counter */434 u32 last_call; /* ID of last call */435 u8 last_type; /* Type of last packet */436 union {