Searched refs:AclInformation (Results 1 – 1 of 1) sorted by relevance
118 acls: Vec<AclInformation>,138 fn get_or_allocate_connection(&mut self, handle: &ConnectionHandle) -> &mut AclInformation { in get_or_allocate_connection() argument140 let acl = AclInformation::new(*handle); in get_or_allocate_connection()147 let mut acl = AclInformation::new(handle); in report_connection_start()194 struct AclInformation { struct205 impl AclInformation { implementation207 AclInformation { in new()366 impl fmt::Display for AclInformation { implementation486 unknown_connections: HashMap<ConnectionHandle, AclInformation>,513 ) -> &mut AclInformation { in get_or_allocate_unknown_connection() argument[all …]