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