Lines Matching defs:rxrpc_bundle
440 struct rxrpc_bundle { struct
441 struct rxrpc_local *local; /* Representation of local endpoint */
442 struct rxrpc_peer *peer; /* Remote endpoint */
443 struct key *key; /* Security details */
444 struct list_head proc_link; /* Link in net->bundle_proc_list */
445 const struct rxrpc_security *security; /* applied security module */
446 refcount_t ref;
447 atomic_t active; /* Number of active users */
448 unsigned int debug_id;
449 u32 security_level; /* Security level selected */
450 u16 service_id; /* Service ID for this connection */
451 bool try_upgrade; /* True if the bundle is attempting upgrade */
452 bool exclusive; /* T if conn is exclusive */
453 bool upgrade; /* T if service ID can be upgraded */
454 unsigned short alloc_error; /* Error from last conn allocation */
455 struct rb_node local_node; /* Node in local->client_conns */
456 struct list_head waiting_calls; /* Calls waiting for channels */
457 unsigned long avail_chans; /* Mask of available channels */
458 unsigned int conn_ids[4]; /* Connection IDs. */
459 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */