Searched defs:rxrpc_conn_parameters (Results 1 – 1 of 1) sorted by relevance
335 struct rxrpc_conn_parameters { struct336 struct rxrpc_local *local; /* Representation of local endpoint */337 struct rxrpc_peer *peer; /* Remote endpoint */338 struct key *key; /* Security details */339 bool exclusive; /* T if conn is exclusive */340 bool upgrade; /* T if service ID can be upgraded */341 u16 service_id; /* Service ID for this connection */342 u32 security_level; /* Security level selected */