Lines Matching defs:rxrpc_bundle
455 struct rxrpc_bundle { struct
456 struct rxrpc_local *local; /* Representation of local endpoint */
457 struct rxrpc_peer *peer; /* Remote endpoint */
458 struct key *key; /* Security details */
459 struct list_head proc_link; /* Link in net->bundle_proc_list */
460 const struct rxrpc_security *security; /* applied security module */
461 refcount_t ref;
462 atomic_t active; /* Number of active users */
463 unsigned int debug_id;
464 u32 security_level; /* Security level selected */
465 u16 service_id; /* Service ID for this connection */
466 bool try_upgrade; /* True if the bundle is attempting upgrade */
467 bool exclusive; /* T if conn is exclusive */
468 bool upgrade; /* T if service ID can be upgraded */
469 unsigned short alloc_error; /* Error from last conn allocation */
470 struct rb_node local_node; /* Node in local->client_conns */
471 struct list_head waiting_calls; /* Calls waiting for channels */
472 unsigned long avail_chans; /* Mask of available channels */
473 unsigned int conn_ids[4]; /* Connection IDs. */
474 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */