Searched defs:rxrpc_bundle (Results 1 – 1 of 1) sorted by relevance
455 struct rxrpc_bundle { struct456 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 */[all …]