Searched defs:rxrpc_conn_parameters (Results 1 – 2 of 2) sorted by relevance
330 struct rxrpc_conn_parameters { struct331 struct rxrpc_local *local; /* Representation of local endpoint */332 struct rxrpc_peer *peer; /* Remote endpoint */333 struct key *key; /* Security details */334 bool exclusive; /* T if conn is exclusive */335 bool upgrade; /* T if service ID can be upgraded */336 u16 service_id; /* Service ID for this connection */337 u32 security_level; /* Security level selected */
373 struct rxrpc_conn_parameters { struct374 struct rxrpc_local *local; /* Representation of local endpoint */375 struct key *key; /* Security details */376 bool exclusive; /* T if conn is exclusive */377 bool upgrade; /* T if service ID can be upgraded */378 u16 service_id; /* Service ID for this connection */379 u32 security_level; /* Security level selected */