Searched defs:rxrpc_call (Results 1 – 1 of 1) sorted by relevance
614 struct rxrpc_call { struct615 struct rcu_head rcu;622 struct key *key; /* Security details */661 enum rxrpc_call_state _state; /* Current state of call (needs barrier) */ argument663 refcount_t ref;664 u8 security_ix; /* Security type */666 u32 call_id; /* call ID on connection */669 int debug_id; /* debug ID for printks */693 u8 rx_winsize; /* Size of Rx window */711 u8 ackr_reason; /* reason to ACK */[all …]
Completed in 13 milliseconds