Searched refs:tcp_ka_last_intrvl (Results 1 – 5 of 5) sorted by relevance
483 } 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()
625 tcp->tcp_ka_last_intrvl = 0; in tcp_opt_set()782 tcp->tcp_ka_last_intrvl = 0; in tcp_opt_set()
1172 tcp->tcp_ka_last_intrvl = 0; in tcp_newconn_notify()
1206 tcp->tcp_ka_last_intrvl = 0; in tcp_accept_finish()
345 int32_t tcp_ka_last_intrvl; /* Last probe interval */ member