Searched defs:tcp_keepalive (Results 1 – 6 of 6) sorted by relevance
150 struct tcp_keepalive { struct161 int optval = data->set.tcp_keepalive?1:0; in tcpkeepalive() argument
30 pub(crate) tcp_keepalive: Option<Duration>, field170 pub fn tcp_keepalive(self, tcp_keepalive: Option<Duration>) -> Self { in tcp_keepalive() method
867 core.TcpKeepalive tcp_keepalive = 1; field
1235 core.v3.TcpKeepalive tcp_keepalive = 1; field
90 tcp_keepalive: Option<Duration>, field299 pub fn tcp_keepalive(self, tcp_keepalive: Option<Duration>) -> Self { in tcp_keepalive() method
591 pub fn tcp_keepalive(mut self, keepalive: Option<Duration>) -> Self { in tcp_keepalive() method