Lines Matching defs:rxrpc_bundle
430 struct rxrpc_bundle { struct
431 struct rxrpc_local *local; /* Representation of local endpoint */
432 struct rxrpc_peer *peer; /* Remote endpoint */
433 struct key *key; /* Security details */
434 const struct rxrpc_security *security; /* applied security module */
435 refcount_t ref;
436 atomic_t active; /* Number of active users */
437 unsigned int debug_id;
438 u32 security_level; /* Security level selected */
439 u16 service_id; /* Service ID for this connection */
440 bool try_upgrade; /* True if the bundle is attempting upgrade */
441 bool exclusive; /* T if conn is exclusive */
442 bool upgrade; /* T if service ID can be upgraded */
443 unsigned short alloc_error; /* Error from last conn allocation */
444 struct rb_node local_node; /* Node in local->client_conns */
445 struct list_head waiting_calls; /* Calls waiting for channels */
446 unsigned long avail_chans; /* Mask of available channels */
447 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */