Home
last modified time | relevance | path

Searched refs:tcp_ka_last_intrvl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c483 } else if (tcp->tcp_ka_last_intrvl != 0) { in tcp_keepalive_timer()
492 tcp->tcp_ka_last_intrvl << 1); in tcp_keepalive_timer()
500 tcp->tcp_ka_last_intrvl = firetime; in tcp_keepalive_timer()
505 tcp->tcp_ka_last_intrvl = 0; in tcp_keepalive_timer()
H A Dtcp_opt_data.c625 tcp->tcp_ka_last_intrvl = 0; in tcp_opt_set()
782 tcp->tcp_ka_last_intrvl = 0; in tcp_opt_set()
H A Dtcp_socket.c1172 tcp->tcp_ka_last_intrvl = 0; in tcp_newconn_notify()
H A Dtcp_tpi.c1206 tcp->tcp_ka_last_intrvl = 0; in tcp_accept_finish()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h345 int32_t tcp_ka_last_intrvl; /* Last probe interval */ member