Searched defs:rxrpc_bundle (Results 1 – 1 of 1) sorted by relevance
454 struct rxrpc_bundle { struct455 struct rxrpc_local *local; /* Representation of local endpoint */456 struct rxrpc_peer *peer; /* Remote endpoint */457 struct key *key; /* Security details */458 struct list_head proc_link; /* Link in net->bundle_proc_list */459 const struct rxrpc_security *security; /* applied security module */460 refcount_t ref;461 atomic_t active; /* Number of active users */462 unsigned int debug_id;463 u32 security_level; /* Security level selected */[all …]