Searched defs:rxrpc_call (Results 1 – 1 of 1) sorted by relevance
597 struct rxrpc_call { struct598 struct rcu_head rcu;605 struct key *key; /* Security details */643 enum rxrpc_call_state _state; /* Current state of call (needs barrier) */ argument645 refcount_t ref;646 u8 security_ix; /* Security type */648 u32 call_id; /* call ID on connection */651 int debug_id; /* debug ID for printks */675 u8 rx_winsize; /* Size of Rx window */692 u8 ackr_reason; /* reason to ACK */[all …]
Completed in 11 milliseconds