Home
last modified time | relevance | path

Searched refs:tag_socket (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/doh/network/
Ddriver.rs40 tag_socket: SocketTagger, field
77 tag_socket: &SocketTagger, in build_connection()
83 Ok(Connection::new(info, tag_socket, config.take().await.deref_mut(), session, cause).await?) in build_connection()
93 tag_socket: SocketTagger, in new()
98 build_connection(&info, &tag_socket, &mut config, None, Cause::Probe).await?; in new()
100 Self { info, config, connection, status_tx, command_rx, validation, tag_socket }, in new()
131 &self.tag_socket, in probe()
194 &self.tag_socket, in send_query()
/packages/modules/DnsResolver/doh/connection/
Dmod.rs87 tag_socket: &SocketTagger, in build_socket()
98 tag_socket(&std_socket).await; in build_socket()
136 tag_socket: &SocketTagger, in new()
148 let socket = build_socket(to, socket_mark, tag_socket).await?; in new()