Searched defs:rxrpc_bundle (Results 1 – 2 of 2) sorted by relevance
438 struct rxrpc_bundle { struct439 struct rxrpc_local *local; /* Representation of local endpoint */440 struct rxrpc_peer *peer; /* Remote endpoint */441 struct key *key; /* Security details */442 const struct rxrpc_security *security; /* applied security module */443 refcount_t ref;444 atomic_t active; /* Number of active users */445 unsigned int debug_id;446 u32 security_level; /* Security level selected */447 u16 service_id; /* Service ID for this connection */[all …]
384 struct rxrpc_bundle { struct385 struct rxrpc_conn_parameters params;386 refcount_t ref;387 atomic_t active; /* Number of active users */388 unsigned int debug_id;389 bool try_upgrade; /* True if the bundle is attempting upgrade */390 bool alloc_conn; /* True if someone's getting a conn */391 short alloc_error; /* Error from last conn allocation */392 spinlock_t channel_lock;393 struct rb_node local_node; /* Node in local->client_conns */[all …]