Lines Matching defs:rxrpc_bundle
438 struct rxrpc_bundle { struct
439 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 */
448 bool try_upgrade; /* True if the bundle is attempting upgrade */
449 bool exclusive; /* T if conn is exclusive */
450 bool upgrade; /* T if service ID can be upgraded */
451 unsigned short alloc_error; /* Error from last conn allocation */
452 struct rb_node local_node; /* Node in local->client_conns */
453 struct list_head waiting_calls; /* Calls waiting for channels */
454 unsigned long avail_chans; /* Mask of available channels */
455 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */