Searched defs:rxrpc_bundle (Results 1 – 1 of 1) sorted by relevance
497 struct rxrpc_bundle { struct499 struct rxrpc_peer *peer; /* Remote endpoint */500 struct key *key; /* Security details */503 refcount_t ref;504 atomic_t active; /* Number of active users */505 unsigned int debug_id;506 u32 security_level; /* Security level selected */507 u16 service_id; /* Service ID for this connection */509 bool exclusive; /* T if conn is exclusive */510 bool upgrade; /* T if service ID can be upgraded */[all …]
Completed in 14 milliseconds